Browse Source

2024-08-12 14:43:20.87

master
tianzhendong 3 months ago
parent
commit
c7f3710a24
  1. BIN
      LaunchControl/LaunchControl-full-v2.6.2.exe
  2. BIN
      LaunchControl/LaunchControl-patch-v2.2.3.zip
  3. BIN
      LaunchControl/LaunchControl-patch-v2.2.4.zip
  4. BIN
      LaunchControl/LaunchControl-patch-v2.2.5.zip
  5. BIN
      LaunchControl/LaunchControl-patch-v2.2.6.zip
  6. BIN
      LaunchControl/LaunchControl-patch-v2.2.7.zip
  7. BIN
      LaunchControl/LaunchControl-patch-v2.2.8.zip
  8. BIN
      LaunchControl/LaunchControl-patch-v2.2.9.zip
  9. BIN
      LaunchControl/LaunchControl-patch-v2.3.1.zip
  10. BIN
      LaunchControl/LaunchControl-patch-v2.3.2.zip
  11. BIN
      LaunchControl/LaunchControl-patch-v2.4.4.zip
  12. BIN
      LaunchControl/LaunchControl-patch-v2.6.0.zip
  13. BIN
      LaunchControl/LaunchControl/LaunchControl.exe
  14. 5
      LaunchControl/LaunchControl/config.ini
  15. 2
      LaunchControl/pack.iss
  16. 9
      LaunchControl/updates.json

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

Binary file not shown.

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

Binary file not shown.

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

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-patch-v2.2.7.zip

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
LaunchControl/LaunchControl/LaunchControl.exe

Binary file not shown.

5
LaunchControl/LaunchControl/config.ini

@ -5,8 +5,8 @@ launchMethod=1
launcherSum=6 launcherSum=6
enableUdpCon=true enableUdpCon=true
enableGcsCtl=true enableGcsCtl=true
conType=2 conType=1
portName=COM1 portName=COM6
localIp=127.0.0.1 localIp=127.0.0.1
localPort=9010 localPort=9010
remoteIp=127.0.0.1 remoteIp=127.0.0.1
@ -43,3 +43,4 @@ yawCali=0
[launcher] [launcher]
launcherAngle=40 launcherAngle=40
pressureScale=0.9 pressureScale=0.9
InstallMethod=0

2
LaunchControl/pack.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.6.1" #define MyAppVersion "2.6.2"
#define MyAppPublisher "xfd, Inc." #define MyAppPublisher "xfd, Inc."
#define MyAppURL "https://www.example.com/" #define MyAppURL "https://www.example.com/"
#define MyAppExeName "LaunchControl.exe" #define MyAppExeName "LaunchControl.exe"

9
LaunchControl/updates.json

@ -4,13 +4,10 @@
"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.6.1", "full-version": "2.6.2",
"download-full":true, "download-full":true,
"changelog": "1.modify",
"patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", "modify-time": "20240812",
"patch-version": "2.6.0",
"changelog": "1.modify retry method",
"modify-time": "20240515",
"modifyCnt": "1" "modifyCnt": "1"
} }
} }

Loading…
Cancel
Save