diff --git a/Makefile b/Makefile index 8417c31..cdd2673 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ windows: cat plchat.py >> plchatwindows.py makensis -VERSION || die "No makensis in path" python3 -m nsist installer.cfg + mv build/nsis/PlChat_*.exe + zip plchat_windows.zip PlChat_*.exe pack: mkdir dist