mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -08:00
Release v3 updates
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Casinocoin"
|
||||
#define MySetupAppName "casinocoin"
|
||||
#define MyAppVersion "3.0.0.0"
|
||||
#define MyAppPublisher "Casinocoin Foundation"
|
||||
#define MyAppURL "http://www.casinocoin.org"
|
||||
@@ -12,7 +11,7 @@
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
; Do not use the same AppId value in installers for other applications.
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
AppId={{1698FEC3-9D7C-43F3-B379-9028E51F8B56}
|
||||
AppId={{DFC9C26D-B51B-4EB5-A10C-1AA469AA73DA}
|
||||
AppName={#MyAppName}
|
||||
AppVersion={#MyAppVersion}
|
||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
||||
@@ -22,7 +21,10 @@ AppSupportURL={#MyAppURL}
|
||||
AppUpdatesURL={#MyAppURL}
|
||||
DefaultDirName={pf}\{#MyAppName}
|
||||
DisableProgramGroupPage=yes
|
||||
OutputBaseFilename={#MySetupAppName}-{#MyAppVersion}-setup
|
||||
LicenseFile=.\contrib\release\DISCLAIMER
|
||||
InfoAfterFile=.\contrib\release\post-install.txt
|
||||
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-setup
|
||||
SetupIconFile=.\contrib\release\favicon.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
@@ -33,7 +35,9 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: "C:\Users\a.jochems\Documents\GitHub\casinocoin-development\release\casinocoin-qt.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "C:\Users\a.jochems\Documents\GitHub\casinocoin-development\release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
||||
Reference in New Issue
Block a user