Merge pull request #281 from Scrumplex/fix-nsis-displayname

This commit is contained in:
flow 2022-10-24 11:09:23 -03:00 committed by Sefa Eyeoglu
parent e28480a8e4
commit 2f5393b9d0
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -4,7 +4,7 @@
Unicode true Unicode true
Name "@Launcher_CommonName@" Name "@Launcher_DisplayName@"
InstallDir "$LOCALAPPDATA\Programs\@Launcher_CommonName@" InstallDir "$LOCALAPPDATA\Programs\@Launcher_CommonName@"
InstallDirRegKey HKCU "Software\@Launcher_CommonName@" "InstallDir" InstallDirRegKey HKCU "Software\@Launcher_CommonName@" "InstallDir"
RequestExecutionLevel user RequestExecutionLevel user
@ -113,7 +113,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "@Launcher_VERSION_NAME4@
;-------------------------------- ;--------------------------------
; The stuff to install ; The stuff to install
Section "@Launcher_CommonName@" Section "@Launcher_DisplayName@"
SectionIn RO SectionIn RO