Skip to content

Commit

Permalink
Update ffmpeg-static-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoughto authored Oct 26, 2020
1 parent a194f50 commit 29e26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-static-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ echo $TEMP_DIR
export FFMPEG_RELEASE=$(ls -1); \
cd ffmpeg*; \
zip -r ../$FFMPEG_RELEASE.zip *; \
cp $TEMP_DIR/$FFMPEG_RELEASE.zip $SCRIPT_DIR/$FFMPEG_RELEASE.zip)
cp $TEMP_DIR/$FFMPEG_RELEASE.zip $SCRIPT_DIR/ffmpeg-amd64-static.zip)

0 comments on commit 29e26d2

Please sign in to comment.