Browse Source

2023-12-30 13:59:37.13

master
tianzhendong 10 months ago
parent
commit
1f370a2b23
  1. BIN
      LaunchControl/LaunchControl-full-v2.2.5.exe
  2. BIN
      LaunchControl/LaunchControl-full-v2.2.6.exe
  3. BIN
      LaunchControl/LaunchControl-patch-v2.2.5.zip
  4. BIN
      LaunchControl/LaunchControl-patch-v2.2.6.zip
  5. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  6. 11
      LaunchControl/LaunchControl/logs/2023-12-30.log
  7. 2
      LaunchControl/deploy.iss
  8. 8
      LaunchControl/updates.json

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

Binary file not shown.

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

Binary file not shown.

BIN
LaunchControl/LaunchControl-patch-v2.2.5.zip

Binary file not shown.

BIN
LaunchControl/LaunchControl-patch-v2.2.6.zip

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

11
LaunchControl/LaunchControl/logs/2023-12-30.log

@ -1,11 +0,0 @@
2023-12-30 01:03:16 - [INFO ] (appconfig.cpp:46, void AppConfig::readConfigIni()): "read config ini"
2023-12-30 01:03:16 - [INFO ] (src/appinfo.h:31, void printAppInfo()): "LaunchControl WIN"
2023-12-30 01:03:16 - [INFO ] (src/appinfo.h:32, void printAppInfo()): modify:write config.ini after back to mainwindow
2023-12-30 01:03:16 - [INFO ] (src/appinfo.h:35, void printAppInfo()): build time: "2023.12.30 00:46:30"
2023-12-30 01:03:16 - [INFO ] (main.cpp:40, int qMain(int, char**)): =============== start ================
2023-12-30 01:03:16 - [INFO ] (main.cpp:41, int qMain(int, char**)): ====================================
2023-12-30 01:03:16 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_Min_clicked()
2023-12-30 01:03:17 - [INFO ] (mainwindow.cpp:639, void MainWindow::updatePressureAndDelayBytes()): "reset buff"
2023-12-30 01:03:17 - [WARN ] (main.cpp:44, int qMain(int, char**)): ====================================
2023-12-30 01:03:19 - [INFO ] (appconfig.cpp:105, void AppConfig::writeConfigIni()): "write config ini"
2023-12-30 01:03:19 - [INFO ] (appconfig.cpp:39, void AppConfig::closeLogger()): "close config ini"

2
LaunchControl/deploy.iss

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "LaunchControl" #define MyAppName "LaunchControl"
#define MyAppVersion "2.2.5" #define MyAppVersion "2.2.6"
#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.exe" #define MyAppExeName "LaunchControl.exe"

8
LaunchControl/updates.json

@ -4,13 +4,13 @@
"windows": "windows":
{ {
"full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"full-version": "2.2.5", "full-version": "2.2.6",
"download-full":false, "download-full":false,
"patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", "patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"patch-version": "2.2.5", "patch-version": "2.2.6",
"changelog": "1.增加充电状态显示;2.改变发射角度时弹窗提示;3.优化更新模块", "changelog": "1.增加充电状态显示;2.改变发射角度时弹窗提示;3.优化更新模块",
"modify-time": "20231229", "modify-time": "20231230",
"modifyCnt": "1" "modifyCnt": "1"
} }
} }

Loading…
Cancel
Save