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 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

10
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
}
}

Loading…
Cancel
Save