diff --git a/FCS-Tools/FCS-Tools-full-v1.2.4.exe b/FCS-Tools/FCS-Tools-full-v1.2.4.exe index 185f055..79e58fc 100644 Binary files a/FCS-Tools/FCS-Tools-full-v1.2.4.exe and b/FCS-Tools/FCS-Tools-full-v1.2.4.exe differ diff --git a/FCS-Tools/FCS-Tools-full-v1.2.4_with_auth.exe b/FCS-Tools/FCS-Tools-full-v1.2.4_with_auth.exe index 31336df..5a536fd 100644 Binary files a/FCS-Tools/FCS-Tools-full-v1.2.4_with_auth.exe and b/FCS-Tools/FCS-Tools-full-v1.2.4_with_auth.exe differ diff --git a/FCS-Tools/FCS-Tools-patch-v1.2.4.1.zip b/FCS-Tools/FCS-Tools-patch-v1.2.4.1.zip index 9949c44..bb39c81 100644 Binary files a/FCS-Tools/FCS-Tools-patch-v1.2.4.1.zip and b/FCS-Tools/FCS-Tools-patch-v1.2.4.1.zip differ diff --git a/FCS-Tools/FCS-Tools.iss b/FCS-Tools/FCS-Tools.iss index 3d3cebe..be11631 100644 --- a/FCS-Tools/FCS-Tools.iss +++ b/FCS-Tools/FCS-Tools.iss @@ -27,7 +27,11 @@ DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest OutputDir={#SourcePath}\ +#if 0 +OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion}_with_auth +#else OutputBaseFilename={#MyAppName}-full-v{#MyAppVersion} +#endif SetupIconFile={#SourcePath}\Deploy\{#MyAppName}.ico Compression=lzma SolidCompression=yes diff --git a/FCS-Tools/Patch/FCS-Tools.exe b/FCS-Tools/Patch/FCS-Tools.exe index 749ab47..834bebc 100644 Binary files a/FCS-Tools/Patch/FCS-Tools.exe and b/FCS-Tools/Patch/FCS-Tools.exe differ