Pack up the windows installer

develop
knotteye 2021-04-24 15:25:05 -05:00
parent 3119434b29
commit 1cd48d60ce
1 changed files with 2 additions and 0 deletions

View File

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