fix(windows): correctly replace variables [skip ci]

This commit is contained in:
Baptiste Augrain
2022-08-29 23:55:37 +02:00
parent 083e25d289
commit 4e20dbd99b
2 changed files with 7 additions and 3 deletions

View File

@@ -22,6 +22,6 @@
<?define ProductManufacturerLong="$(var.AppName)" ?>
<!-- Static settings, DO NOT TOUCH or upgrades will break! -->
<?define ProductUpgradeCode="{965370CD-253C-4720-82FC-2E6B02A53808}" ?>
<?define ProductUpgradeCode="{@@PRODUCT_UPGRADE_CODE@@}" ?>
<?define RTMProductVersion="0.0.1" ?>
</Include>
</Include>