diff --git a/LaunchControl/LaunchControl-full-v2.2.1.20231214.1.exe b/LaunchControl/LaunchControl-full-v2.2.1.20231214.1.exe new file mode 100644 index 0000000..5968e8a Binary files /dev/null and b/LaunchControl/LaunchControl-full-v2.2.1.20231214.1.exe differ diff --git a/LaunchControl/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl/LaunchControl.exe index 887eed4..008f086 100644 Binary files a/LaunchControl/LaunchControl/LaunchControl.exe and b/LaunchControl/LaunchControl/LaunchControl.exe differ diff --git a/LaunchControl/deploy.iss b/LaunchControl/deploy.iss index 765c18c..253f03c 100644 --- a/LaunchControl/deploy.iss +++ b/LaunchControl/deploy.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LaunchControl" -#define MyAppVersion "1.5" +#define MyAppVersion "2.2.1" #define MyAppPublisher "My Company, Inc." #define MyAppURL "https://www.example.com/" #define MyAppExeName "LaunchControl.exe" diff --git a/LaunchControl/updates.json b/LaunchControl/updates.json index 9916a9f..dcda7c3 100644 --- a/LaunchControl/updates.json +++ b/LaunchControl/updates.json @@ -4,10 +4,10 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/LaunchControl/LaunchControl-full", - "latest-version": "2.1.2.20231213.1", + "latest-version": "2.2.1.20231214.1", "download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/LaunchControl/LaunchControl-patch", "changelog": "modify updater module", - "modify-time": "20231213", + "modify-time": "20231214", "modifyCnt": "1", "download-full":true }