Windows ci - fix path to COPYING.rtf in dialog.

This commit is contained in:
John MacFarlane 2020-01-18 09:33:05 -08:00
parent 9570576fa9
commit adc14ff245

View file

@ -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>
</WixLocalization>