Modified windows build script.

This commit is contained in:
Joey Payne 2015-05-16 10:44:14 -06:00
commit 215f8f6b9f
3 changed files with 16 additions and 1 deletions

View file

@ -1,7 +1,7 @@
; Script generated by the HM NIS Edit Script Wizard.
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Web2Executable"
!define PRODUCT_NAME "Web2Exe"
!define PRODUCT_VERSION "0.2.4b"
!define PRODUCT_PUBLISHER "SimplyPixelated"
!define PRODUCT_WEB_SITE "http://www.simplypixelated.com"

View file

@ -6,3 +6,18 @@ echo D | xcopy /s files command_line_builds\files
call pyinstaller -w --onefile --hidden-import PIL.Jpeg2KImagePlugin --hidden-import configobj -i icon.ico --distpath Web2ExeWin -n Web2Exe main.py
echo D | xcopy /s files Web2ExeWin\files
del Web2ExeWin\files\compressors\upx-mac
del Web2ExeWin\files\compressors\upx-linux-x64
del Web2ExeWin\files\compressors\upx-linux-x32
del command_line_builds\files\compressors\upx-mac
del command_line_builds\files\compressors\upx-linux-x64
del command_line_builds\files\compressors\upx-linux-x32
makensis /V4 Web2Exe.nsi
7z a Web2ExeWin-v0.2.4b.zip -r Web2ExeWin
cd command_line_builds
7z a ..\Web2ExeWin-CMD.zip -tzip -r *
cd ..