Browse Source

2023-12-15 14:13:58.71

master
tianzhendong 11 months ago
parent
commit
a6cd396882
  1. BIN
      LaunchControl/LaunchControl-full-v2.2.2.exe
  2. BIN
      LaunchControl/LaunchControl.exe
  3. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  4. BIN
      LaunchControl/LaunchControl/updater.exe
  5. 4
      LaunchControl/deploy.iss
  6. 10
      LaunchControl/updates.json

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

Binary file not shown.

BIN
LaunchControl/LaunchControl.exe

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

BIN
LaunchControl/LaunchControl/updater.exe

Binary file not shown.

4
LaunchControl/deploy.iss

@ -5,7 +5,7 @@
#define MyAppVersion "2.2.2" #define MyAppVersion "2.2.2"
#define MyAppPublisher "My Company, Inc." #define MyAppPublisher "My Company, Inc."
#define MyAppURL "https://www.example.com/" #define MyAppURL "https://www.example.com/"
#define MyAppExeName "LaunchControl-full.exe" #define MyAppExeName "LaunchControl.exe"
#define MyAppAssocName MyAppName + " File" #define MyAppAssocName MyAppName + " File"
#define MyAppAssocExt ".myp" #define MyAppAssocExt ".myp"
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt #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.) ; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest ;PrivilegesRequired=lowest
OutputDir=D:\4_Code\deploy\LaunchControl OutputDir=D:\4_Code\deploy\LaunchControl
OutputBaseFilename=LaunchControl OutputBaseFilename=LaunchControl-full-v{#MyAppVersion}
SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes

10
LaunchControl/updates.json

@ -3,12 +3,12 @@
{ {
"windows": "windows":
{ {
"full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/LaunchControl/LaunchControl-full", "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"latest-version": "2.2.2.20231215.2", "latest-version": "2.2.2",
"download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/LaunchControl/LaunchControl-patch", "download-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"changelog": "1.增加充电状态显示;2.改变发射角度时弹窗提示;", "changelog": "1.增加充电状态显示;\n2.改变发射角度时弹窗提示;",
"modify-time": "20231215", "modify-time": "20231215",
"modifyCnt": "2", "modifyCnt": "1",
"download-full":false "download-full":false
} }
} }

Loading…
Cancel
Save