Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-03-18 09:47:41 +01:00 committed by GitHub
parent 4eafa791e3
commit c7ef38f813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@ done
rm -rf $BUILD/lib/fdk-aac.lib $BUILD/lib/*.la
# Create archives
cd $BUILD
cd - ; cd $BUILD
mkdir ../dist 2>/dev/null
tar czf ../dist/ffmpeg-win64-static-$MODE.tar.gz *
cd - ; cd repos/ffmpeg