Browse Source

2025-01-02 11:33:08.45

master
tianzhendong 6 months ago
parent
commit
84f42512d7
  1. BIN
      TGcs/TGcs-full-v1.0.2.exe
  2. BIN
      TJoyStick/TJoyStick-full-v1.0.3.exe
  3. 4
      TJoyStick/TJoyStick.iss
  4. 2
      TJoyStick/updates.json

BIN
TGcs/TGcs-full-v1.0.2.exe

Binary file not shown.

BIN
TJoyStick/TJoyStick-full-v1.0.3.exe

Binary file not shown.

4
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

2
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",

Loading…
Cancel
Save