From: tobtoht Date: Thu, 5 Jan 2023 23:37:22 +0000 (+0100) Subject: installers: windows: fix strings X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=2d415342b18f12eece5ec2feb2b4ac48819ca90b;p=gamesguru%2Ffeather.git installers: windows: fix strings --- diff --git a/contrib/installers/windows/setup.nsi.in b/contrib/installers/windows/setup.nsi.in index edd56521..32a5dc68 100644 --- a/contrib/installers/windows/setup.nsi.in +++ b/contrib/installers/windows/setup.nsi.in @@ -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