From 2d415342b18f12eece5ec2feb2b4ac48819ca90b Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 6 Jan 2023 00:37:22 +0100 Subject: [PATCH] installers: windows: fix strings --- contrib/installers/windows/setup.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.52.0