diff --git a/FCS-Tools/FCS-Tools-full-v1.1.8.exe b/FCS-Tools/FCS-Tools-full-v1.1.8.exe new file mode 100644 index 0000000..18d773d Binary files /dev/null and b/FCS-Tools/FCS-Tools-full-v1.1.8.exe differ diff --git a/FCS-Tools/FCS-Tools.iss b/FCS-Tools/FCS-Tools.iss index c3eec8c..4d6aafb 100644 --- a/FCS-Tools/FCS-Tools.iss +++ b/FCS-Tools/FCS-Tools.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "FCS-Tools" -#define MyAppVersion "1.1.7" +#define MyAppVersion "1.1.8" #define MyAppPublisher "My Company, Inc." #define MyAppURL "https://www.example.com/" #define MyAppExeName "FCS-Tools.exe" diff --git a/FCS-Tools/updates.json b/FCS-Tools/updates.json index 6ee6c8c..580a0ec 100644 --- a/FCS-Tools/updates.json +++ b/FCS-Tools/updates.json @@ -4,11 +4,11 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "1.1.7", + "full-version": "1.1.8", "download-full":true, - "changelog": "New Version", - "modify-time": "20241015", - "modifyCnt": "2" + "changelog": "优化授权逻辑", + "modify-time": "20241030", + "modifyCnt": "1" } } } \ No newline at end of file diff --git a/QsuavTest/QsuavTest-full-v1.0.0.exe b/QsuavTest/QsuavTest-full-v1.0.0.exe new file mode 100644 index 0000000..3d7f52f Binary files /dev/null and b/QsuavTest/QsuavTest-full-v1.0.0.exe differ diff --git a/QsuavTest/QsuavTest-full-v1.0.1.exe b/QsuavTest/QsuavTest-full-v1.0.1.exe new file mode 100644 index 0000000..fe64984 Binary files /dev/null and b/QsuavTest/QsuavTest-full-v1.0.1.exe differ diff --git a/QsuavTest/QsuavTest-full-v1.0.2.exe b/QsuavTest/QsuavTest-full-v1.0.2.exe new file mode 100644 index 0000000..62debf6 Binary files /dev/null and b/QsuavTest/QsuavTest-full-v1.0.2.exe differ diff --git a/QsuavTest/pack.iss b/QsuavTest/pack.iss new file mode 100644 index 0000000..b0aa6cf --- /dev/null +++ b/QsuavTest/pack.iss @@ -0,0 +1,61 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "QsuavTest" +#define MyAppVersion "1.0.2" +#define MyAppPublisher "xfd, Inc." +#define MyAppURL "https://www.example.com/" +#define MyAppExeName "QsuavTest.exe" +#define MyAppAssocName MyAppName + " File" +#define MyAppAssocExt ".myp" +#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt + +[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={{AB777792-2F59-4DC8-AB3E-E216E8CFB837} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName=C:\XFD\{#MyAppName} +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\3_Deploy\QsuavTest +OutputBaseFilename=QsuavTest-full-v{#MyAppVersion} +SetupIconFile=D:\4_Code\3_Deploy\QsuavTest\Deploy\140xfd.ico +Compression=lzma +SolidCompression=yes +WizardStyle=modern + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked + +[Files] +Source: "D:\4_Code\3_Deploy\QsuavTest\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "D:\4_Code\3_Deploy\QsuavTest\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Registry] +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey}"; ValueData: ""; Flags: uninsdeletevalue +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName}"; Flags: uninsdeletekey +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0" +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" +Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: "" + +[Icons] +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + diff --git a/TGcs/TGcs-v1.0.0.exe b/TGcs/TGcs-v1.0.0.exe index 55475ec..edb38d6 100644 Binary files a/TGcs/TGcs-v1.0.0.exe and b/TGcs/TGcs-v1.0.0.exe differ