From fe1ac8e324eb6b8a1b27f16ef5e36a58f7668b39 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 26 Nov 2019 09:52:13 -0600 Subject: [PATCH] Added path to python 64 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddd2675..0bea221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"