gta5view.nsi now UTF-8
This commit is contained in:
parent
827676768a
commit
bdde72573b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
!define COMP_NAME "Syping"
|
!define COMP_NAME "Syping"
|
||||||
!define WEB_SITE "https://gta5view.syping.de/"
|
!define WEB_SITE "https://gta5view.syping.de/"
|
||||||
!define VERSION "1.7.0.0"
|
!define VERSION "1.7.0.0"
|
||||||
!define COPYRIGHT "Copyright © 2016-2018 Syping"
|
!define COPYRIGHT "Copyright © 2016-2019 Syping"
|
||||||
!define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor"
|
!define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor"
|
||||||
!define INSTALLER_NAME "gta5view_setup.exe"
|
!define INSTALLER_NAME "gta5view_setup.exe"
|
||||||
!define MAIN_APP_EXE "gta5view.exe"
|
!define MAIN_APP_EXE "gta5view.exe"
|
||||||
|
@ -33,6 +33,7 @@ Caption "${APP_NAME}"
|
||||||
OutFile "${INSTALLER_NAME}"
|
OutFile "${INSTALLER_NAME}"
|
||||||
#BrandingText "${APP_NAME}"
|
#BrandingText "${APP_NAME}"
|
||||||
XPStyle on
|
XPStyle on
|
||||||
|
Unicode true
|
||||||
InstallDirRegKey "${REG_ROOT}" "${REG_APP_PATH}" ""
|
InstallDirRegKey "${REG_ROOT}" "${REG_APP_PATH}" ""
|
||||||
InstallDir "$PROGRAMFILES64\Syping\gta5view"
|
InstallDir "$PROGRAMFILES64\Syping\gta5view"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue