Pack up the windows installer

develop
knotteye 3 years ago
parent 3119434b29
commit 1cd48d60ce
  1. 2
      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

Loading…
Cancel
Save