diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-01-18 09:33:05 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-01-18 09:33:05 -0800 |
commit | adc14ff2453fbe00e796d3e40d6b7cadc0e19185 (patch) | |
tree | 1425c6969e12fba0b01e5aee9a4ada884a055414 /windows | |
parent | 9570576fa99652b403c225b2cd310f22554f4d19 (diff) | |
download | pandoc-adc14ff2453fbe00e796d3e40d6b7cadc0e19185.tar.gz |
Windows ci - fix path to COPYING.rtf in dialog.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/Pandoc-en-us.wxl | 4 |
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> |