diff --git a/FCS-Tools/FCS-Tools-full-v1.2.3.exe b/FCS-Tools/FCS-Tools-full-v1.2.3.exe index be4080c..c278c91 100644 Binary files a/FCS-Tools/FCS-Tools-full-v1.2.3.exe and b/FCS-Tools/FCS-Tools-full-v1.2.3.exe differ diff --git a/FCS-Tools/FCS-Tools-full-v1.2.3_with_auth.exe b/FCS-Tools/FCS-Tools-full-v1.2.3_with_auth.exe index 0643b69..064fd23 100644 Binary files a/FCS-Tools/FCS-Tools-full-v1.2.3_with_auth.exe and b/FCS-Tools/FCS-Tools-full-v1.2.3_with_auth.exe differ diff --git a/FCS-Tools/FCS-Tools.iss b/FCS-Tools/FCS-Tools.iss index 974c5f8..1c8a148 100644 --- a/FCS-Tools/FCS-Tools.iss +++ b/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] diff --git a/FCS-Tools/Patch/FCS-Tools-patch-v1.2.3_with_auth.exe b/FCS-Tools/Patch/FCS-Tools-patch-v1.2.3_with_auth.exe new file mode 100644 index 0000000..92547ea Binary files /dev/null and b/FCS-Tools/Patch/FCS-Tools-patch-v1.2.3_with_auth.exe differ diff --git a/FCS-Tools/Patch/FCS-Tools.exe b/FCS-Tools/Patch/FCS-Tools.exe new file mode 100644 index 0000000..d232017 Binary files /dev/null and b/FCS-Tools/Patch/FCS-Tools.exe differ diff --git a/FCS-Tools/updates.json b/FCS-Tools/updates.json index c7aadf0..80f0570 100644 --- a/FCS-Tools/updates.json +++ b/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",