diff --git a/LaunchControl/LaunchControl-full-v2.2.6.exe b/LaunchControl/LaunchControl-full-v2.2.6.exe index 5dad70d..74eacf6 100644 Binary files a/LaunchControl/LaunchControl-full-v2.2.6.exe and b/LaunchControl/LaunchControl-full-v2.2.6.exe differ diff --git a/LaunchControl/LaunchControl-full-v2.2.7.exe b/LaunchControl/LaunchControl-full-v2.2.7.exe new file mode 100644 index 0000000..3513e21 Binary files /dev/null and b/LaunchControl/LaunchControl-full-v2.2.7.exe differ diff --git a/LaunchControl/LaunchControl-patch-v2.2.7.zip b/LaunchControl/LaunchControl-patch-v2.2.7.zip new file mode 100644 index 0000000..aee5ab3 Binary files /dev/null and b/LaunchControl/LaunchControl-patch-v2.2.7.zip differ diff --git a/LaunchControl/LaunchControl/LaunchControl.exe b/LaunchControl/LaunchControl/LaunchControl.exe index 7201ff4..cb70624 100644 Binary files a/LaunchControl/LaunchControl/LaunchControl.exe and b/LaunchControl/LaunchControl/LaunchControl.exe differ diff --git a/LaunchControl/LaunchControl/config.ini b/LaunchControl/LaunchControl/config.ini index cd8018a..971e760 100644 --- a/LaunchControl/LaunchControl/config.ini +++ b/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 diff --git a/LaunchControl/LaunchControl/updater.exe b/LaunchControl/LaunchControl/updater.exe deleted file mode 100644 index 6e0f528..0000000 Binary files a/LaunchControl/LaunchControl/updater.exe and /dev/null differ diff --git a/LaunchControl/deploy.iss b/LaunchControl/pack.iss similarity index 94% rename from LaunchControl/deploy.iss rename to LaunchControl/pack.iss index be6da00..34707ef 100644 --- a/LaunchControl/deploy.iss +++ b/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 diff --git a/LaunchControl/updates.json b/LaunchControl/updates.json index 86a7526..9ffccc9 100644 --- a/LaunchControl/updates.json +++ b/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" } }