From 468f1a22c88ecea07cb4eef5e536f817c9e5c224 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Mon, 25 Sep 2017 22:59:43 +0200 Subject: [PATCH] hardcode python script path --- windows/config-appveyor.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/windows/config-appveyor.ini b/windows/config-appveyor.ini index 231f44a..1437fb9 100644 --- a/windows/config-appveyor.ini +++ b/windows/config-appveyor.ini @@ -1,8 +1,10 @@ [executables] innosetup = %(progfiles)s\Inno Setup 5\ISCC.exe -sphinx = %(pyroot)s\Scripts\sphinx-build.exe +#sphinx = %(pyroot)s\Scripts\sphinx-build.exe +sphinx = C:\python36\Scripts\sphinx-build.exe #pyinstaller = %(here)s\..\..\PyInstaller-3.2\pyinstaller.py -pyinstaller = %(pyroot)s\Script\pyinstaller-script.py +#pyinstaller = %(pyroot)s\Script\pyinstaller-script.py +pyinstaller = C:\python36\Script\pyinstaller-script.py vcbuild = %(progfiles)s\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe htmlhelp = %(progfiles)s\HTML Help Workshop\hhc.exe psvince = %(here)s\psvince.dll