Browse Source

2025-07-11 18:41:19.18

master
tianzhendong 3 weeks ago
parent
commit
44fa4c254c
  1. BIN
      FCS-Tools/FCS-Tools-full-v1.2.3.exe
  2. BIN
      FCS-Tools/FCS-Tools-full-v1.2.3_with_auth.exe
  3. 12
      FCS-Tools/FCS-Tools.iss
  4. BIN
      FCS-Tools/Patch/FCS-Tools-patch-v1.2.3_with_auth.exe
  5. BIN
      FCS-Tools/Patch/FCS-Tools.exe
  6. 2
      FCS-Tools/updates.json

BIN
FCS-Tools/FCS-Tools-full-v1.2.3.exe

Binary file not shown.

BIN
FCS-Tools/FCS-Tools-full-v1.2.3_with_auth.exe

Binary file not shown.

12
FCS-Tools/FCS-Tools.iss

@ -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={{F55B95F5-7210-468B-9614-31D3E69D286E}
AppId={{F55B95F5-7210-468B-9614-31D3E69D12312}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
@ -26,9 +26,9 @@ ChangesAssociations=yes
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\FCS-Tools\
OutputBaseFilename=FCS-Tools-full-v{#MyAppVersion}
SetupIconFile=D:\4_Code\3_Deploy\FCS-Tools\Deploy\tools.ico
OutputDir={#SourcePath}\
OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion}
SetupIconFile={#SourcePath}\Deploy\{#MyAppName}.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
@ -40,8 +40,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "D:\4_Code\3_Deploy\FCS-Tools\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\4_Code\3_Deploy\FCS-Tools\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#SourcePath}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#SourcePath}\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Registry]

BIN
FCS-Tools/Patch/FCS-Tools-patch-v1.2.3_with_auth.exe

Binary file not shown.

BIN
FCS-Tools/Patch/FCS-Tools.exe

Binary file not shown.

2
FCS-Tools/updates.json

@ -4,7 +4,7 @@
"windows":
{
"full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/",
"full-version": "1.2.0",
"full-version": "1.2.3",
"download-full":true,
"changelog": "优化授权逻辑",
"modify-time": "20241209",

Loading…
Cancel
Save