From 1cd48d60cee2572b7a50f248abf7e9e01632e62b Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 24 Apr 2021 15:25:05 -0500 Subject: [PATCH] Pack up the windows installer --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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