diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-01-18 16:01:46 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-01-18 16:02:28 -0800 | 
| commit | 5028278569bdc06ced5b8151393e2d12602f1b7e (patch) | |
| tree | 8355fbd076832ba61cc0f4df454815a0321d057d /windows | |
| parent | 6c8ed00e7bba8d77fc10ef26cf40ed5ee56288f6 (diff) | |
| download | pandoc-5028278569bdc06ced5b8151393e2d12602f1b7e.tar.gz | |
windows release candidate build: More fixes to get 'light' to work.
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/Pandoc-en-us.wxl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Pandoc-en-us.wxl b/windows/Pandoc-en-us.wxl index 5bfa11f99..4722788cf 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">$(var.BINPATH)\COPYING.rtf</String> +  <String Id="LicenseRtf" Overridable="yes">COPYING.rtf</String>      <String Id="ExitDialogText">[ProductName] was installed in   | 
