Windows ci - fix path to COPYING.rtf in dialog.
This commit is contained in:
parent
9570576fa9
commit
adc14ff245
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue