Browse Source

2024-07-24 20:35:15.89

master
tianzhendong 3 months ago
parent
commit
df9993de12
  1. BIN
      LaunchControl/LaunchControl-full-v2.6.2.exe
  2. BIN
      LaunchControl/LaunchControl/updater.exe
  3. 10
      LaunchControl/pack.iss
  4. 2
      LaunchControl/updates.json

BIN
LaunchControl/LaunchControl-full-v2.6.2.exe

Binary file not shown.

BIN
LaunchControl/LaunchControl/updater.exe

Binary file not shown.

10
LaunchControl/pack.iss

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "LaunchControl"
#define MyAppVersion "2.6.0"
#define MyAppVersion "2.6.2"
#define MyAppPublisher "xfd, Inc."
#define MyAppURL "https://www.example.com/"
#define MyAppExeName "LaunchControl.exe"
@ -27,9 +27,9 @@ DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=D:\4_Code\deploy\LaunchControl
OutputDir=D:\4_Code\3_Deploy\LaunchControl
OutputBaseFilename=LaunchControl-full-v{#MyAppVersion}
SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico
SetupIconFile=D:\4_Code\3_Deploy\LaunchControl\LaunchControl\140xfd.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
@ -41,8 +41,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "D:\4_Code\deploy\LaunchControl\LaunchControl\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\4_Code\deploy\LaunchControl\LaunchControl\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "D:\4_Code\3_Deploy\LaunchControl\LaunchControl\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\4_Code\3_Deploy\LaunchControl\LaunchControl\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry]

2
LaunchControl/updates.json

@ -5,7 +5,7 @@
{
"full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"full-version": "2.6.0",
"download-full":false,
"download-full":true,
"patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"patch-version": "2.6.0",

Loading…
Cancel
Save