Browse Source

2023-12-15 10:02:58.14

master
tianzhendong 11 months ago
parent
commit
33197a68e9
  1. BIN
      LaunchControl/LaunchControl-full-v2.2.2.20231215.1.exe
  2. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  3. 34
      LaunchControl/LaunchControl/log/today.log
  4. 4
      LaunchControl/deploy.iss

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

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

34
LaunchControl/LaunchControl/log/today.log

@ -1,19 +1,15 @@
2023-12-14 11:11:54 - [INFO ] (appconfig.cpp:102, void AppConfig::writeConfigIni()): "写配置文件"
2023-12-14 11:11:54 - [INFO ] (appconfig.cpp:39, void AppConfig::closeLogger()): "关闭配置文件"
2023-12-14 14:44:00 - [INFO ] (appconfig.cpp:46, void AppConfig::readConfigIni()): "读取配置文件"
2023-12-14 14:44:00 - [INFO ] (src/appinfo.h:31, void printAppInfo()): "LaunchControl WIN"
2023-12-14 14:44:00 - [INFO ] (src/appinfo.h:32, void printAppInfo()): modify:write config.ini after back to mainwindow
2023-12-14 14:44:00 - [INFO ] (src/appinfo.h:35, void printAppInfo()): build time: "2023.12.14 12:30:46"
2023-12-14 14:44:00 - [INFO ] (main.cpp:31, int qMain(int, char**)): =============== start ================
2023-12-14 14:44:00 - [INFO ] (main.cpp:32, int qMain(int, char**)): ====================================
2023-12-14 14:44:01 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_Min_clicked()
2023-12-14 14:44:01 - [INFO ] (mainwindow.cpp:607, void MainWindow::updatePressureAndDelayBytes()): "重置buff"
2023-12-14 14:44:01 - [WARN ] (main.cpp:35, int qMain(int, char**)): ====================================
2023-12-14 14:44:02 - [INFO ] (settingwidget.cpp:501, void SettingWidget::on_comboBox_Com_2_currentTextChanged(const QString&)): "发射筒数量变为12"
2023-12-14 14:44:02 - [INFO ] (settingwidget.cpp:39, QStringList SettingWidget::searchSerial()): "搜索串口"
2023-12-14 14:44:40 - [INFO ] (appconfig.cpp:102, void AppConfig::writeConfigIni()): "写配置文件"
2023-12-14 14:44:40 - [INFO ] (mainwindow.cpp:607, void MainWindow::updatePressureAndDelayBytes()): "重置buff"
2023-12-14 14:44:43 - [INFO ] (appconfig.cpp:102, void AppConfig::writeConfigIni()): "写配置文件"
2023-12-14 14:44:43 - [INFO ] (mainwindow.cpp:607, void MainWindow::updatePressureAndDelayBytes()): "重置buff"
2023-12-14 14:44:48 - [INFO ] (appconfig.cpp:102, void AppConfig::writeConfigIni()): "写配置文件"
2023-12-14 14:44:48 - [INFO ] (appconfig.cpp:39, void AppConfig::closeLogger()): "关闭配置文件"
2023-12-15 10:01:35 - [INFO ] (appconfig.cpp:46, void AppConfig::readConfigIni()): "读取配置文件"
2023-12-15 10:01:35 - [INFO ] (src/appinfo.h:31, void printAppInfo()): "LaunchControl WIN"
2023-12-15 10:01:35 - [INFO ] (src/appinfo.h:32, void printAppInfo()): modify:write config.ini after back to mainwindow
2023-12-15 10:01:35 - [INFO ] (src/appinfo.h:35, void printAppInfo()): build time: "2023.12.15 10:00:48"
2023-12-15 10:01:35 - [INFO ] (main.cpp:31, int qMain(int, char**)): =============== start ================
2023-12-15 10:01:35 - [INFO ] (main.cpp:32, int qMain(int, char**)): ====================================
2023-12-15 10:01:35 - [WARN ] (:0, ): QMetaObject::connectSlotsByName: No matching signal for on_pushButton_Min_clicked()
2023-12-15 10:01:36 - [INFO ] (mainwindow.cpp:608, void MainWindow::updatePressureAndDelayBytes()): "重置buff"
2023-12-15 10:01:36 - [WARN ] (main.cpp:35, int qMain(int, char**)): ====================================
2023-12-15 10:01:36 - [INFO ] (settingwidget.cpp:501, void SettingWidget::on_comboBox_Com_2_currentTextChanged(const QString&)): "发射筒数量变为12"
2023-12-15 10:01:36 - [INFO ] (settingwidget.cpp:39, QStringList SettingWidget::searchSerial()): "搜索串口"
2023-12-15 10:01:39 - [INFO ] (appconfig.cpp:102, void AppConfig::writeConfigIni()): "写配置文件"
2023-12-15 10:01:39 - [INFO ] (mainwindow.cpp:608, void MainWindow::updatePressureAndDelayBytes()): "重置buff"
2023-12-15 10:01:41 - [INFO ] (appconfig.cpp:102, void AppConfig::writeConfigIni()): "写配置文件"
2023-12-15 10:01:41 - [INFO ] (appconfig.cpp:39, void AppConfig::closeLogger()): "关闭配置文件"

4
LaunchControl/deploy.iss

@ -2,10 +2,10 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "LaunchControl"
#define MyAppVersion "2.2.1"
#define MyAppVersion "2.2.2"
#define MyAppPublisher "My Company, Inc."
#define MyAppURL "https://www.example.com/"
#define MyAppExeName "LaunchControl.exe"
#define MyAppExeName "LaunchControl-full.exe"
#define MyAppAssocName MyAppName + " File"
#define MyAppAssocExt ".myp"
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt

Loading…
Cancel
Save