From 825c64b61e95c414b9abaa7550e3d615eff37e75 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 19 Dec 2019 21:08:10 +0000 Subject: [PATCH] Set htmlhelp to use progfilesx86 path. --- windows/config-appveyor.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/config-appveyor.ini b/windows/config-appveyor.ini index 134f83a..6bd4aa5 100644 --- a/windows/config-appveyor.ini +++ b/windows/config-appveyor.ini @@ -1,7 +1,7 @@ [executables] sphinx = %(pyroot)s\Scripts\sphinx-build.exe pyinstaller = %(pyroot)s\Scripts\pyinstaller.exe -htmlhelp = %(progfiles)s\HTML Help Workshop\hhc.exe +htmlhelp = %(progfilesx86)s\HTML Help Workshop\hhc.exe lrelease = C:\Qt\5.12\msvc2017\bin\lrelease.exe portablelauncher = %(here)s\..\..\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe portableinstaller = %(here)s\..\..\PortableApps.comInstaller\PortableApps.comInstaller.exe