Skip to content

Commit

Permalink
use 7zr or 7za
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Aug 28, 2013
1 parent 9835778 commit 25fa800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cp ./sandbox/win32/ffmpeg_git/ffmpeg.exe "$dir/32-bit"
#./sandbox/mingw-w64-x86_64/bin/x86_64-w64-mingw32-strip $dir/64-bit/*.dll

cd distros
7zr a "$file.7z" "$file/*"
7zr a "$file.7z" "$file/*" || 7za a "$file.7z" "$file/*" # some have a package with only 7za, see https://github.com/rdp/ffmpeg-windows-build-helpers/issues/16
cd ..

echo "created distros/$file"

0 comments on commit 25fa800

Please sign in to comment.