1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

Merge branch 'windows-fix-wix-path' into 'master'

Fix the path to the WiX toolset

See merge request openlp/packaging!27
This commit is contained in:
Raoul Snyman 2024-11-09 20:27:50 +00:00
commit b69233c000

View File

@ -3,8 +3,8 @@ htmlhelp = %(progfilesx86)s\HTML Help Workshop\hhc.exe
lrelease = C:\Qt\5.15\msvc2019\bin\lrelease.exe
portablelauncher = %(here)s\..\..\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe
portableinstaller = %(here)s\..\..\PortableApps.comInstaller\PortableApps.comInstaller.exe
candle = %(progfilesx86)s\WiX Toolset v3.11\bin\candle.exe
light = %(progfilesx86)s\WiX Toolset v3.11\bin\light.exe
candle = %(progfilesx86)s\WiX Toolset v3.14\bin\candle.exe
light = %(progfilesx86)s\WiX Toolset v3.14\bin\light.exe
[paths]
branch = %(projects)s\openlp-branch