Fixed missing pyinstaller path

This commit is contained in:
Manuel Cortez 2019-11-25 14:04:44 -06:00
parent 15d4124d89
commit bbeb80600b

View File

@ -2,6 +2,7 @@
variables:
PYTHON3-32: "C:\\python37-32\\python.exe"
PYTHON3-64: "C:\\python37-32\\python.exe"
PYINSTALLER: "C:\\python37-32\\scripts\\pyinstaller.exe"
PYTHON2: "C:\\python27\\python.exe"
NSIS: "C:\\nsis\\makensis.exe"