diff --git a/LaunchControl/LaunchControl-full-v2.6.2.exe b/LaunchControl/LaunchControl-full-v2.6.2.exe new file mode 100644 index 0000000..94e4600 Binary files /dev/null and b/LaunchControl/LaunchControl-full-v2.6.2.exe differ diff --git a/LaunchControl/LaunchControl/updater.exe b/LaunchControl/LaunchControl/updater.exe index 48bd4ae..e8e360d 100644 Binary files a/LaunchControl/LaunchControl/updater.exe and b/LaunchControl/LaunchControl/updater.exe differ diff --git a/LaunchControl/pack.iss b/LaunchControl/pack.iss index d680729..14f9beb 100644 --- a/LaunchControl/pack.iss +++ b/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] diff --git a/LaunchControl/updates.json b/LaunchControl/updates.json index 234bded..ae73194 100644 --- a/LaunchControl/updates.json +++ b/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",