From f60853ec664f431dfa06ab091e49a3f4110ab141 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 3 May 2021 16:21:26 +0100 Subject: [PATCH] Configurable CHM path in installer source. At the moment, it assumes the CHM lives in ../doc, which won't always be true once we start doing out-of-tree builds of the documentation. --- windows/installer.wxs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index b221320e..c7231b02 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -91,6 +91,10 @@ + + + + @@ -238,7 +242,7 @@ https://msdn.microsoft.com/en-us/library/windows/desktop/dd391569(v=vs.85).aspx + Source="$(var.HelpFilePath)" KeyPath="yes">