Skip to content

Commit

Permalink
fix dist-zip more
Browse files Browse the repository at this point in the history
  • Loading branch information
qreeves committed Dec 21, 2017
1 parent ed388a5 commit 4b8b034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dist-xz-combined: ../$(tarname-combined).xz
rm -rfv ../$(dirname-win)

../$(zipname): ../$(dirname-win)
cd .. && zip -vr "$(zipname)" $<
cd .. && zip -v9r "$(zipname)" "$(dirname-win)"
rm -rfv ../$(dirname-win)

dist-win: ../$(exename)
Expand Down

0 comments on commit 4b8b034

Please sign in to comment.