aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-18 09:33:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-18 09:33:05 -0800
commitadc14ff2453fbe00e796d3e40d6b7cadc0e19185 (patch)
tree1425c6969e12fba0b01e5aee9a4ada884a055414 /windows
parent9570576fa99652b403c225b2cd310f22554f4d19 (diff)
downloadpandoc-adc14ff2453fbe00e796d3e40d6b7cadc0e19185.tar.gz
Windows ci - fix path to COPYING.rtf in dialog.
Diffstat (limited to 'windows')
-rw-r--r--windows/Pandoc-en-us.wxl4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/Pandoc-en-us.wxl b/windows/Pandoc-en-us.wxl
index f1acbb00e..5bfa11f99 100644
--- a/windows/Pandoc-en-us.wxl
+++ b/windows/Pandoc-en-us.wxl
@@ -3,7 +3,7 @@
<String Id="Language">1033</String>
<!-- Supported language and codepage codes can be found here: http://www.tramontana.co.hu/wix/lesson2.php#2.4 -->
- <String Id="LicenseRtf" Overridable="yes">COPYING.rtf</String>
+ <String Id="LicenseRtf" Overridable="yes">$(var.BINPATH)\COPYING.rtf</String>
<String Id="ExitDialogText">[ProductName] was installed in
@@ -11,4 +11,4 @@
You may need to restart Cmd/Powershell Windows before using it.</String>
-</WixLocalization> \ No newline at end of file
+</WixLocalization>