diff --git a/FCS-Tools/FCS-Tools-full-v1.1.4.exe b/FCS-Tools/FCS-Tools-full-v1.1.4.exe new file mode 100644 index 0000000..988947c Binary files /dev/null and b/FCS-Tools/FCS-Tools-full-v1.1.4.exe differ diff --git a/FCS-Tools/FCS-Tools-full-v1.1.5.exe b/FCS-Tools/FCS-Tools-full-v1.1.5.exe new file mode 100644 index 0000000..ab5add1 Binary files /dev/null and b/FCS-Tools/FCS-Tools-full-v1.1.5.exe differ diff --git a/FCS-Tools/FCS-Tools-full-v1.1.6.exe b/FCS-Tools/FCS-Tools-full-v1.1.6.exe new file mode 100644 index 0000000..503f35b Binary files /dev/null and b/FCS-Tools/FCS-Tools-full-v1.1.6.exe differ diff --git a/FCS-Tools/FCS-Tools.iss b/FCS-Tools/FCS-Tools.iss index f9884be..d4eb125 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.3" +#define MyAppVersion "1.1.6" #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 88ca902..4be14b9 100644 --- a/FCS-Tools/updates.json +++ b/FCS-Tools/updates.json @@ -4,11 +4,8 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "1.1.1", + "full-version": "1.1.5", "download-full":true, - - "patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "patch-version": "1.1.1", "changelog": "New Version", "modify-time": "20240725", "modifyCnt": "1" diff --git a/TAppAuth/TAppAuth-v1.0.0.exe b/TAppAuth/TAppAuth-v1.0.0.exe new file mode 100644 index 0000000..6a138fa Binary files /dev/null and b/TAppAuth/TAppAuth-v1.0.0.exe differ diff --git a/TAppAuth/TAppAuth.iss b/TAppAuth/TAppAuth.iss new file mode 100644 index 0000000..7d909dd --- /dev/null +++ b/TAppAuth/TAppAuth.iss @@ -0,0 +1,60 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "TAppAuth" +#define MyAppVersion "1.0.0" +#define MyAppPublisher "My Company, Inc." +#define MyAppURL "https://www.example.com/" +#define MyAppExeName "TAppAuth.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={{F55B95F5-7210-468B-9614-31D3E69D2123} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\{#MyAppName} +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\TAppAuth\ +OutputBaseFilename=TAppAuth-v{#MyAppVersion} +SetupIconFile=D:\4_Code\3_Deploy\TAppAuth\Deploy\auth.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\TAppAuth\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "D:\4_Code\3_Deploy\TAppAuth\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/TJoyStick/TJoyStick-v1.0.0.exe b/TJoyStick/TJoyStick-v1.0.0.exe new file mode 100644 index 0000000..48b0fff Binary files /dev/null and b/TJoyStick/TJoyStick-v1.0.0.exe differ diff --git a/TJoyStick/TJoyStick.iss b/TJoyStick/TJoyStick.iss new file mode 100644 index 0000000..de25e47 --- /dev/null +++ b/TJoyStick/TJoyStick.iss @@ -0,0 +1,60 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "TJoyStick" +#define MyAppVersion "1.0.0" +#define MyAppPublisher "My Company, Inc." +#define MyAppURL "https://www.example.com/" +#define MyAppExeName "TJoyStick.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={{F55B95F5-7210-468B-9614-31D3E69D12312} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\{#MyAppName} +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\{#MyAppName}\ +OutputBaseFilename={#MyAppName}-v{#MyAppVersion} +SetupIconFile=D:\4_Code\3_Deploy\{#MyAppName}\Deploy\joy.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\{#MyAppName}\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "D:\4_Code\3_Deploy\{#MyAppName}\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 +