reverted to python 3.7 due to CXFreeze

This commit is contained in:
Manuel Cortez 2019-11-25 13:52:51 -06:00
parent 87acd01273
commit 15d4124d89

View File

@ -1,7 +1,7 @@
# Jobs to build the two channels in Socializer. # Jobs to build the two channels in Socializer.
variables: variables:
PYTHON3-32: "C:\\python38-32\\python.exe" PYTHON3-32: "C:\\python37-32\\python.exe"
PYTHON3-64: "C:\\python38-32\\python.exe" PYTHON3-64: "C:\\python37-32\\python.exe"
PYTHON2: "C:\\python27\\python.exe" PYTHON2: "C:\\python27\\python.exe"
NSIS: "C:\\nsis\\makensis.exe" NSIS: "C:\\nsis\\makensis.exe"