Skip to content

Commit

Permalink
Switched to using pyinstaller 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbobovyc committed Sep 28, 2016
1 parent aaa3ee3 commit 81c5644
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 23 deletions.
14 changes: 7 additions & 7 deletions Makefile
@@ -1,4 +1,4 @@
PIP=/c/Python27/pyinstaller-2.1
PIP=/c/Python27/Scripts/
UPX_PATH=/c/upx391w

ICON=./misc/jabia_icon.ico
Expand All @@ -14,17 +14,17 @@ TEMP=./tmp
all: pak ctx vtp deg cui wizard

pak:
python $(PIP)/pyinstaller.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON1) --name pak_magick -p src/ src/pak_magick.py
python $(PIP)/pyinstaller-script.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON1) --name pak_magick -p src/ src/pak_magick.py
ctx:
python $(PIP)/pyinstaller.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON2) --name ctx_magick -p src/ src/ctx_magick.py
python $(PIP)/pyinstaller-script.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON2) --name ctx_magick -p src/ src/ctx_magick.py
vtp:
python $(PIP)/pyinstaller.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON3) --name vtp_magick -p src/ src/vtp_magick.py
python $(PIP)/pyinstaller-script.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON3) --name vtp_magick -p src/ src/vtp_magick.py
deg:
python $(PIP)/pyinstaller.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON4) --name deg_magick -p src/ src/deg_magick.py
python $(PIP)/pyinstaller-script.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON4) --name deg_magick -p src/ src/deg_magick.py
cui:
python $(PIP)/pyinstaller.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON5) --name cui_magick -p src/ src/cui_magick.py
python $(PIP)/pyinstaller-script.py --upx-dir=$(UPX_PATH) --onefile --console --icon $(ICON5) --name cui_magick -p src/ src/cui_magick.py
wizard:
python $(PIP)/pyinstaller.py --upx-dir=$(UPX_PATH) --onefile --console --name jabia_wizard -p src/ src/experimental/jabia_wizard.py
python $(PIP)/pyinstaller-script.py --upx-dir=$(UPX_PATH) --onefile --console --name jabia_wizard -p src/ src/experimental/jabia_wizard.py


.PHONY: test
Expand Down
16 changes: 0 additions & 16 deletions bia_tools.bat

This file was deleted.

Binary file modified dist/ctx_magick.exe
Binary file not shown.
Binary file modified dist/cui_magick.exe
Binary file not shown.
Binary file modified dist/deg_magick.exe
Binary file not shown.
Binary file modified dist/pak_magick.exe
Binary file not shown.
Binary file modified dist/vtp_magick.exe
Binary file not shown.

0 comments on commit 81c5644

Please sign in to comment.