diff --git a/LaunchControl/LaunchControl-full-v2.2.2.exe b/LaunchControl/LaunchControl-full-v2.2.2.exe new file mode 100644 index 0000000..493b8cc Binary files /dev/null and b/LaunchControl/LaunchControl-full-v2.2.2.exe differ diff --git a/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl.exe new file mode 100644 index 0000000..1645af7 Binary files /dev/null and b/LaunchControl/LaunchControl.exe differ diff --git a/LaunchControl/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl/LaunchControl.exe index 1397658..0e3b63b 100644 Binary files a/LaunchControl/LaunchControl/LaunchControl.exe and b/LaunchControl/LaunchControl/LaunchControl.exe differ diff --git a/LaunchControl/LaunchControl/updater.exe b/LaunchControl/LaunchControl/updater.exe index a9a7923..e00e9d1 100644 Binary files a/LaunchControl/LaunchControl/updater.exe and b/LaunchControl/LaunchControl/updater.exe differ diff --git a/LaunchControl/deploy.iss b/LaunchControl/deploy.iss index 5b0ec6b..b134016 100644 --- a/LaunchControl/deploy.iss +++ b/LaunchControl/deploy.iss @@ -5,7 +5,7 @@ #define MyAppVersion "2.2.2" #define MyAppPublisher "My Company, Inc." #define MyAppURL "https://www.example.com/" -#define MyAppExeName "LaunchControl-full.exe" +#define MyAppExeName "LaunchControl.exe" #define MyAppAssocName MyAppName + " File" #define MyAppAssocExt ".myp" #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt @@ -27,7 +27,7 @@ DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest OutputDir=D:\4_Code\deploy\LaunchControl -OutputBaseFilename=LaunchControl +OutputBaseFilename=LaunchControl-full-v{#MyAppVersion} SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico Compression=lzma SolidCompression=yes diff --git a/LaunchControl/updates.json b/LaunchControl/updates.json index 32571ea..ad37612 100644 --- a/LaunchControl/updates.json +++ b/LaunchControl/updates.json @@ -3,12 +3,12 @@ { "windows": { - "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/LaunchControl/LaunchControl-full", - "latest-version": "2.2.2.20231215.2", - "download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/LaunchControl/LaunchControl-patch", - "changelog": "1.增加充电状态显示;2.改变发射角度时弹窗提示;", + "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", + "latest-version": "2.2.2", + "download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", + "changelog": "1.增加充电状态显示;\n2.改变发射角度时弹窗提示;", "modify-time": "20231215", - "modifyCnt": "2", + "modifyCnt": "1", "download-full":false } }