Skip to content

Commit 0c802c5

Browse files
committed
build,win: tweak source paths in product.wxs
1 parent 8a49733 commit 0c802c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/msvs/msi/product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@
392392

393393
<UIRef Id="WixUI_Common"/>
394394
<UIRef Id="WixUI_ErrorProgressText"/>
395-
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg"/>
396-
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg"/>
395+
<WixVariable Id="WixUIBannerBmp" Value="$(var.RepoDir)\doc\thin-white-stripe.jpg"/>
396+
<WixVariable Id="WixUIDialogBmp" Value="$(var.RepoDir)\doc\full-white-stripe.jpg"/>
397397
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\LICENSE.rtf"/>
398398
</Product>
399399

0 commit comments

Comments
 (0)