Browse Source

2024-04-21 14:11:32.20

master
tianzhendong 6 months ago
parent
commit
1fb50491f7
  1. BIN
      LaunchControl/LaunchControl-full-v2.5.0.exe
  2. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  3. 12
      LaunchControl/LaunchControl/logs/2024-04-18_1.log
  4. 2
      LaunchControl/pack.iss

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

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

12
LaunchControl/LaunchControl/logs/2024-04-18_1.log

@ -0,0 +1,12 @@
2024-04-18 09:04:47 - [INFO ] (appconfig.cpp:36, void AppConfig::createLogger()): =============== start ================
2024-04-18 09:04:47 - [INFO ] (appconfig.cpp:48, void AppConfig::readConfigIni()): "read config ini"
2024-04-18 09:04:47 - [WARN ] (appconfig.cpp:53, void AppConfig::readConfigIni()): "config.ini donot exist, create config.ini"
2024-04-18 09:04:47 - [INFO ] (src/appinfo.h:31, void printAppInfo()): "LaunchControl WIN"
2024-04-18 09:04:47 - [INFO ] (src/appinfo.h:35, void printAppInfo()): build time: "2024.04.15 16:35:50"
2024-04-18 09:04:48 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_DeselectAll_clicked()
2024-04-18 09:04:48 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_Min_clicked()
2024-04-18 09:04:48 - [DEBUG] (mainwindow.cpp:24, MainWindow::MainWindow(QWidget*)): 0x7d1c
2024-04-18 09:04:48 - [WARN ] (:0, ): QObject::connect: signal not found in QThread
2024-04-18 09:04:51 - [INFO ] (appconfig.cpp:202, void AppConfig::writeConfigIni()): "write config ini"
2024-04-18 09:04:51 - [INFO ] (appconfig.cpp:41, void AppConfig::closeLogger()): "close config ini"
2024-04-18 09:04:51 - [INFO ] (appconfig.cpp:42, void AppConfig::closeLogger()): ====================================

2
LaunchControl/pack.iss

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "LaunchControl"
#define MyAppVersion "2.4.4"
#define MyAppVersion "2.5.0"
#define MyAppPublisher "xfd, Inc."
#define MyAppURL "https://www.example.com/"
#define MyAppExeName "LaunchControl.exe"

Loading…
Cancel
Save