Fix file version and typo in Description
This commit is contained in:
parent
6235495e0e
commit
9f80ccb6c4
@ -6,7 +6,7 @@
|
||||
<Version>0.0.3</Version>
|
||||
<Company>BTCPay Server</Company>
|
||||
<Title>BTCPayServer Vault</Title>
|
||||
<Description>Allow webapplication to access your favorite Bitcoin hardware wallet</Description>
|
||||
<Description>Allow web application to access your favorite Bitcoin hardware wallet</Description>
|
||||
<ApplicationIcon>../BTCPayServerVault.ico</ApplicationIcon>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
Caption "${PRODUCT_NAME}"
|
||||
|
||||
;Adds the Product Version on top of the Version Tab in the Properties of the file.
|
||||
VIProductVersion 1.0.0.0
|
||||
VIProductVersion ${PRODUCT_VERSION}
|
||||
|
||||
;VIAddVersionKey - Adds a field in the Version Tab of the File Properties. This can either be a field provided by the system or a user defined field.
|
||||
VIAddVersionKey ProductName "${PRODUCT_NAME} Installer"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user