From eda5364eb476d4771e1f5a35ff81f50b4e309135 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 25 May 2017 08:22:22 +0100 Subject: [PATCH] Use / in pathnames in the Wix installer source. I've also been experimenting recently with running Wix on Linux under Mono, rather than running it on Windows in the obvious way. Wix under Mono insists on forward slashes in pathnames, and it turns out that Wix on Windows doesn't object to them either, so I can safely change them over unconditionally and then my installer source will work in both modes. --- windows/installer.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index 4a720e40..e3ed8c71 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -191,7 +191,7 @@ https://msdn.microsoft.com/en-us/library/windows/desktop/dd391569(v=vs.85).aspx + Source="../doc/putty.chm" KeyPath="yes"> @@ -209,7 +209,7 @@ https://msdn.microsoft.com/en-us/library/windows/desktop/dd391569(v=vs.85).aspx + Source="../LICENCE" KeyPath="yes" />