|
@@ -2,7 +2,7 @@
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
|
|
#define MyAppName "PixiEditor"
|
|
#define MyAppName "PixiEditor"
|
|
-#define MyAppVersion GetFileVersion("E:\Builds\PixiEditor\x64\PixiEditor.exe") ;Not perfect solution, it's enviroment dependend
|
|
|
|
|
|
+#define MyAppVersion GetFileVersion("..\Builds\PixiEditor-x64-light\PixiEditor.exe") ;Not perfect solution, it's enviroment dependend
|
|
#define MyAppPublisher "PixiEditor"
|
|
#define MyAppPublisher "PixiEditor"
|
|
#define MyAppURL "https://github.com/PixiEditor/PixiEditor"
|
|
#define MyAppURL "https://github.com/PixiEditor/PixiEditor"
|
|
#define MyAppExeName "PixiEditor.exe"
|
|
#define MyAppExeName "PixiEditor.exe"
|
|
@@ -24,12 +24,12 @@ DefaultDirName={autopf}\{#MyAppName}
|
|
DisableProgramGroupPage=yes
|
|
DisableProgramGroupPage=yes
|
|
; The [Icons] "quicklaunchicon" entry uses {userappdata} but its [Tasks] entry has a proper IsAdminInstallMode Check.
|
|
; The [Icons] "quicklaunchicon" entry uses {userappdata} but its [Tasks] entry has a proper IsAdminInstallMode Check.
|
|
UsedUserAreasWarning=no
|
|
UsedUserAreasWarning=no
|
|
-LicenseFile=E:\Git\PixiEditor\LICENSE
|
|
|
|
|
|
+LicenseFile=..\LICENSE
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
|
;PrivilegesRequired=lowest
|
|
;PrivilegesRequired=lowest
|
|
-OutputDir=E:\Builds\PixiEditor
|
|
|
|
|
|
+OutputDir=Assets\PixiEditor-{#TargetPlatform}
|
|
OutputBaseFilename=PixiEditor-setup-{#TargetPlatform}
|
|
OutputBaseFilename=PixiEditor-setup-{#TargetPlatform}
|
|
-SetupIconFile=E:\Git\PixiEditor\icon.ico
|
|
|
|
|
|
+SetupIconFile=..\icon.ico
|
|
Compression=lzma
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
SolidCompression=yes
|
|
WizardStyle=modern
|
|
WizardStyle=modern
|
|
@@ -43,8 +43,8 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
|
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 6.1; Check: not IsAdminInstallMode
|
|
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 6.1; Check: not IsAdminInstallMode
|
|
|
|
|
|
[Files]
|
|
[Files]
|
|
-Source: "E:\Builds\PixiEditor\{#TargetPlatform}\PixiEditor.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
|
|
-Source: "E:\Builds\PixiEditor\{#TargetPlatform}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
|
|
|
|
+Source: "..\Builds\PixiEditor-{#TargetPlatform}\PixiEditor.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
|
|
+Source: "..\Builds\PixiEditor-{#TargetPlatform}\*"; DestDir: "{app}"; 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
|
|
|
|
|
|
[Icons]
|
|
[Icons]
|