Skip to content

Commit

Permalink
Fix win32 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
riobard committed Feb 20, 2020
1 parent 8b8484a commit 99671dd
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 @@ -22,7 +22,7 @@ releases: linux macos win64 win32
gzip $(BINDIR)/$(NAME)-linux
gzip $(BINDIR)/$(NAME)-macos
zip -m -j $(BINDIR)/$(NAME)-win64.zip $(BINDIR)/$(NAME)-win64.exe
zip -m -j $(BINDIR)/$(NAME)-win64.zip $(BINDIR)/$(NAME)-win32.exe
zip -m -j $(BINDIR)/$(NAME)-win32.zip $(BINDIR)/$(NAME)-win32.exe

clean:
rm $(BINDIR)/*

0 comments on commit 99671dd

Please sign in to comment.