Browse Source

2023-12-31 9:55:39.82

master
tianzhendong 11 months ago
parent
commit
c27748f76e
  1. BIN
      LaunchControl/LaunchControl-full-v2.2.6.exe
  2. BIN
      LaunchControl/LaunchControl-full-v2.2.7.exe
  3. BIN
      LaunchControl/LaunchControl-patch-v2.2.7.zip
  4. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  5. 30
      LaunchControl/LaunchControl/config.ini
  6. BIN
      LaunchControl/LaunchControl/updater.exe
  7. 7
      LaunchControl/pack.iss
  8. 6
      LaunchControl/updates.json

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

30
LaunchControl/LaunchControl/config.ini

@ -1,28 +1,28 @@
[energy]
energyA=0
energyB=0
energyC=0
energyD=0
energyFinal=0
energyA=0.6
energyB=0.6
energyC=0.6
energyD=0.6
energyFinal=0.1
[software]
launcherSum=12
conType=0
portName=COM6
localIp=127.0.0.1
localPort=0
remoteIp=
remotePort=0
localPort=7001
remoteIp=127.0.0.1
remotePort=7000
[delay]
delayTimeA=0
delayTimeB=0
delayTimeC=0
delayTimeD=0
delayTimeSignal=0
delayTimeA=3
delayTimeB=3
delayTimeC=3
delayTimeD=3
delayTimeSignal=1
[launcher]
launcherAngle=0
launcherAngle=40
[AppSetting]
language=EN
language=cjflasogeoghoahjflashgoheglnlasngsdlfhkhn

BIN
LaunchControl/LaunchControl/updater.exe

Binary file not shown.

7
LaunchControl/deploy.iss → LaunchControl/pack.iss

@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "LaunchControl"
#define MyAppVersion "2.2.6"
#define MyAppPublisher "My Company, Inc."
#define MyAppVersion "2.2.7"
#define MyAppPublisher "xfd, Inc."
#define MyAppURL "https://www.example.com/"
#define MyAppExeName "LaunchControl.exe"
#define MyAppAssocName MyAppName + " File"
@ -13,7 +13,7 @@
[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{C6A9D08F-24B9-417D-848D-78DF3C937980}
AppId={{AB777792-2F59-4DC8-AB3E-E2E6E8CFB837}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
@ -26,6 +26,7 @@ ChangesAssociations=yes
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=D:\4_Code\deploy\LaunchControl
OutputBaseFilename=LaunchControl-full-v{#MyAppVersion}
SetupIconFile=D:\4_Code\deploy\LaunchControl\LaunchControl\140xfd.ico

6
LaunchControl/updates.json

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

Loading…
Cancel
Save