Version => ProductVersion

This commit is contained in:
Raoul Snyman 2019-05-04 14:54:14 -07:00
parent e9d5057083
commit 62a2d3f779
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<?define Comments="OpenLP is open source under the GNU General Public License"?>
<?define UpgradeCode="8C5881AC-8F1E-4937-BB99-B823FABF18F0"?>
<?define Platform="%(platform)s"?>
<Product Name="$(var.ProductName) $(var.Version)" Manufacturer="$(var.Manufacturer)" Id="$(var.ProductCode)"
<Product Name="$(var.ProductName) $(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" Id="$(var.ProductCode)"
UpgradeCode="$(var.UpgradeCode)" Language="1033" Codepage="1252" Version="$(var.ProductVersion)">
<Package Id="*" Keywords="Installer" Description="$(var.Description)" Comments="$(var.Comments)"
Manufacturer="$(var.Manufacturer)" InstallerVersion="251" Languages="1033" Compressed="yes"