diff --git a/TGcs/TGcs-full-v1.0.2.exe b/TGcs/TGcs-full-v1.0.2.exe index 453b41e..9dbd591 100644 Binary files a/TGcs/TGcs-full-v1.0.2.exe and b/TGcs/TGcs-full-v1.0.2.exe differ diff --git a/TJoyStick/TJoyStick-full-v1.0.3.exe b/TJoyStick/TJoyStick-full-v1.0.3.exe new file mode 100644 index 0000000..c8402be Binary files /dev/null and b/TJoyStick/TJoyStick-full-v1.0.3.exe differ diff --git a/TJoyStick/TJoyStick.iss b/TJoyStick/TJoyStick.iss index 10b0e31..ccb30ba 100644 --- a/TJoyStick/TJoyStick.iss +++ b/TJoyStick/TJoyStick.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "TJoyStick" -#define MyAppVersion "1.0.2" +#define MyAppVersion "1.0.3" #define MyAppPublisher "My Company, Inc." #define MyAppURL "https://www.example.com/" #define MyAppExeName "TJoyStick.exe" @@ -27,7 +27,7 @@ DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest OutputDir=D:\4_Code\3_Deploy\{#MyAppName}\ -OutputBaseFilename={#MyAppName}-v{#MyAppVersion} +OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} SetupIconFile=D:\4_Code\3_Deploy\{#MyAppName}\Deploy\joy.ico Compression=lzma SolidCompression=yes diff --git a/TJoyStick/updates.json b/TJoyStick/updates.json index de254f1..ac99ebe 100644 --- a/TJoyStick/updates.json +++ b/TJoyStick/updates.json @@ -4,7 +4,7 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "1.0.2", + "full-version": "1.0.3", "download-full":true, "changelog": "1.modify", "modify-time": "20241217",