From 958b7003eb82bd26e7e31f6b68be6be018080fcd Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 1 Jul 2021 09:14:05 +0930 Subject: [PATCH] Remove dev from install path --- Source/Installer/Installer.iss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Source/Installer/Installer.iss b/Source/Installer/Installer.iss index c59601584..56366e295 100644 --- a/Source/Installer/Installer.iss +++ b/Source/Installer/Installer.iss @@ -5,11 +5,11 @@ AppId={{BEB5FB69-4080-466F-96C4-F15DF271718B} AppName=Project64 AppVersion={#AppVersion} -DefaultDirName={pf32}\Project64 Dev 3.0 +DefaultDirName={pf32}\Project64 3.0 VersionInfoVersion={#AppVersion} OutputDir={#BaseDir}\Bin\{#Configuration} -OutputBaseFilename=Setup Project64 Dev 3.0 -VersionInfoDescription=Installation Setup of Project64 Dev 3.0 +OutputBaseFilename=Setup Project64 3.0 +VersionInfoDescription=Installation Setup of Project64 3.0 Compression=lzma2/ultra64 WizardImageFile=Installer-Sidebar.bmp WizardSmallImageFile=Pj64LogoSmallImage.bmp @@ -39,8 +39,6 @@ Source: "{#BaseDir}\Plugin\GFX\GLideN64\*"; DestDir: "{app}\Plugin\GFX\GLideN64" Source: "{#BaseDir}\Plugin\Input\PJ64_NRage.dll"; DestDir: "{app}\Plugin\Input" Source: "{#BaseDir}\Plugin\Input\Project64-Input.dll"; DestDir: "{app}\Plugin\Input" Source: "{#BaseDir}\Plugin\RSP\RSP 1.7.dll"; DestDir: "{app}\Plugin\RSP" -Source: "{#BaseDir}\Scripts\example.js"; DestDir: "{app}\Scripts" -Source: "{#BaseDir}\apidoc.htm"; DestDir: "{app}" [Dirs] Name: "{app}\Config"; Permissions: everyone-full