Update Inno installer configuration
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Firestar Mod Manager"
|
#define MyAppName "Firestar"
|
||||||
#define MyAppVersion "1.2"
|
#define MyAppVersion "1.3.1"
|
||||||
#define MyAppPublisher "bonkmaykr"
|
#define MyAppPublisher "Canithesis Interactive"
|
||||||
#define MyAppURL "https://screwgravity.net/firestar/"
|
#define MyAppURL "https://screwgravity.net/firestar/"
|
||||||
#define MyAppExeName "firestar.jar"
|
#define MyAppExeName "firestar.jar"
|
||||||
#define MyAppAssocName "Firestar Mod Package"
|
#define MyAppAssocName "Firestar Mod Package"
|
||||||
@@ -30,7 +30,7 @@ LicenseFile=Z:\home\bonkyboo\repos\firestar\LICENSE
|
|||||||
PrivilegesRequiredOverridesAllowed=dialog
|
PrivilegesRequiredOverridesAllowed=dialog
|
||||||
OutputDir=Z:\home\bonkyboo\repos\firestar\out\inno
|
OutputDir=Z:\home\bonkyboo\repos\firestar\out\inno
|
||||||
OutputBaseFilename=firestar
|
OutputBaseFilename=firestar
|
||||||
SetupIconFile=Z:\home\bonkyboo\repos\firestar\titleIcon.ico
|
SetupIconFile=Z:\home\bonkyboo\repos\firestar\programIcon.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
@@ -43,8 +43,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
|||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "Z:\home\bonkyboo\repos\firestar\out\artifacts\firestar_jar\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "Z:\home\bonkyboo\repos\firestar\out\artifacts\firestar_jar\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "Z:\home\bonkyboo\repos\firestar\titleIcon.ico"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "Z:\home\bonkyboo\repos\firestar\programIcon.ico"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "Z:\home\bonkyboo\repos\firestar\resources\*"; DestDir: "{app}\resources"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
|
|
||||||
[Registry]
|
[Registry]
|
||||||
@@ -55,6 +54,6 @@ Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; Value
|
|||||||
Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: ""
|
Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: ""
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\titleIcon.ico";
|
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\programIcon.ico";
|
||||||
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\titleIcon.ico"; Tasks: desktopicon
|
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\programIcon.ico"; Tasks: desktopicon
|
||||||
|
|
||||||
|
|||||||
BIN
programIcon.ico
Normal file
BIN
programIcon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 189 KiB |
BIN
titleIcon.ico
BIN
titleIcon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 180 KiB |
Reference in New Issue
Block a user