Added path to python 64

This commit is contained in:
Manuel Cortez 2019-11-26 09:52:13 -06:00
parent 6049531de5
commit fe1ac8e324

View File

@ -2,7 +2,7 @@
# Currently using python 3.7.5
variables:
PYTHON3-32: "C:\\python37-32\\python.exe"
PYTHON3-64: "C:\\python37-32\\python.exe"
PYTHON3-64: "C:\\python37-64\\python.exe"
PYINSTALLER: "C:\\python37-32\\scripts\\pyinstaller.exe"
NSIS: "C:\\nsis\\makensis.exe"