mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Update rpi-imager.nsi.in
Add Product Version info in installer exe file properties.
This commit is contained in:
parent
623641fc3f
commit
3094d5f316
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ VIAddVersionKey "CompanyName" "${COMP_NAME}"
|
|||
VIAddVersionKey "LegalCopyright" "${COPYRIGHT}"
|
||||
VIAddVersionKey "FileDescription" "${DESCRIPTION}"
|
||||
VIAddVersionKey "FileVersion" "${VERSION}"
|
||||
VIAddVersionKey "ProductVersion" "${VERSION}"
|
||||
|
||||
######################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue