From dfe40fe491e0ed8d282b328a516c4c4e92761806 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 20 Sep 2016 20:24:44 +0200 Subject: [PATCH] Fixed: Don't write installer in a directory --HG-- branch : compatibility-develop --- dist/nsis/ryzom_installer.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/nsis/ryzom_installer.nsi b/dist/nsis/ryzom_installer.nsi index 89a1656e7..6fa7350fd 100644 --- a/dist/nsis/ryzom_installer.nsi +++ b/dist/nsis/ryzom_installer.nsi @@ -10,7 +10,6 @@ !define RegistryCat "HKCU" !define RegistryKey "Software\${Company}\${GenericProduct}" !define Executable "ryzom_installer_qt_r.exe" -!define DstDir "Output" !define SrcDir "RyzomInstaller" !define Installer "ryzom_installer.exe" @@ -22,7 +21,7 @@ XPStyle on ;Name and file Name "${Product}" -OutFile "${DstDir}\${Installer}" +OutFile "${Installer}" ;Default installation folder InstallDir "$LOCALAPPDATA\${GenericProduct}"