Pack up the windows installer
parent
3119434b29
commit
1cd48d60ce
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue