]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
installers: windows: fix strings
authortobtoht <tob@featherwallet.org>
Thu, 5 Jan 2023 23:37:22 +0000 (00:37 +0100)
committertobtoht <tob@featherwallet.org>
Thu, 5 Jan 2023 23:37:22 +0000 (00:37 +0100)
contrib/installers/windows/setup.nsi.in

index edd5652198eb054e9c6c10f32e3da6bdee85e40f..32a5dc681ed69ac491a7c446c23f015bd5bb4cf5 100644 (file)
@@ -45,12 +45,12 @@ XPStyle on
 BrandingText " "
 ShowInstDetails show
 VIProductVersion @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.0
-VIAddVersionKey ProductName "$(^Name)"
+VIAddVersionKey ProductName "Feather Wallet"
 VIAddVersionKey ProductVersion "@PROJECT_VERSION@"
 VIAddVersionKey CompanyName "Feather Wallet"
 VIAddVersionKey CompanyWebsite "https://featherwallet.org"
 VIAddVersionKey FileVersion "@PROJECT_VERSION@"
-VIAddVersionKey FileDescription "Installer for $(^Name)"
+VIAddVersionKey FileDescription "Installer for Feather Wallet"
 VIAddVersionKey LegalCopyright "Copyright (C) 2020-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS@"
 ShowUninstDetails show