mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Don't write installer in a directory
--HG-- branch : compatibility-develop
This commit is contained in:
parent
25beda5c17
commit
dfe40fe491
1 changed files with 1 additions and 2 deletions
3
dist/nsis/ryzom_installer.nsi
vendored
3
dist/nsis/ryzom_installer.nsi
vendored
|
@ -10,7 +10,6 @@
|
||||||
!define RegistryCat "HKCU"
|
!define RegistryCat "HKCU"
|
||||||
!define RegistryKey "Software\${Company}\${GenericProduct}"
|
!define RegistryKey "Software\${Company}\${GenericProduct}"
|
||||||
!define Executable "ryzom_installer_qt_r.exe"
|
!define Executable "ryzom_installer_qt_r.exe"
|
||||||
!define DstDir "Output"
|
|
||||||
!define SrcDir "RyzomInstaller"
|
!define SrcDir "RyzomInstaller"
|
||||||
!define Installer "ryzom_installer.exe"
|
!define Installer "ryzom_installer.exe"
|
||||||
|
|
||||||
|
@ -22,7 +21,7 @@ XPStyle on
|
||||||
|
|
||||||
;Name and file
|
;Name and file
|
||||||
Name "${Product}"
|
Name "${Product}"
|
||||||
OutFile "${DstDir}\${Installer}"
|
OutFile "${Installer}"
|
||||||
|
|
||||||
;Default installation folder
|
;Default installation folder
|
||||||
InstallDir "$LOCALAPPDATA\${GenericProduct}"
|
InstallDir "$LOCALAPPDATA\${GenericProduct}"
|
||||||
|
|
Loading…
Reference in a new issue