Merge pull request #281 from Scrumplex/fix-nsis-displayname
This commit is contained in:
parent
e28480a8e4
commit
2f5393b9d0
@ -4,7 +4,7 @@
|
||||
|
||||
Unicode true
|
||||
|
||||
Name "@Launcher_CommonName@"
|
||||
Name "@Launcher_DisplayName@"
|
||||
InstallDir "$LOCALAPPDATA\Programs\@Launcher_CommonName@"
|
||||
InstallDirRegKey HKCU "Software\@Launcher_CommonName@" "InstallDir"
|
||||
RequestExecutionLevel user
|
||||
@ -113,7 +113,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "@Launcher_VERSION_NAME4@
|
||||
;--------------------------------
|
||||
|
||||
; The stuff to install
|
||||
Section "@Launcher_CommonName@"
|
||||
Section "@Launcher_DisplayName@"
|
||||
|
||||
SectionIn RO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user