Skip to content

Commit

Permalink
Fix release extension
Browse files Browse the repository at this point in the history
  • Loading branch information
javalikescript committed Mar 26, 2023
1 parent 7952251 commit d4b2d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dist.zip:
dist-archive: dist dist$(ZIP)

dist-full-archive release: dist-full dist$(ZIP)
mv $(FCUT_DIST)/fcut$(RELEASE_NAME).zip $(FCUT_DIST)/fcut-ffmpeg$(RELEASE_NAME).zip
mv $(FCUT_DIST)/fcut$(RELEASE_NAME)$(ZIP) $(FCUT_DIST)/fcut-ffmpeg$(RELEASE_NAME)$(ZIP)

ffmpeg.zip:
cd ffmpeg && zip -q -r ../dist/ffmpeg-$(ARCH)-$(PLAT).zip *
Expand Down

0 comments on commit d4b2d97

Please sign in to comment.