From 6a663e63daf96c1132377646fb7cc920fb275946 Mon Sep 17 00:00:00 2001 From: mas6y6 <125225333+mas6y6@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:17:24 -0600 Subject: [PATCH] Update --- installer_x64.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer_x64.iss b/installer_x64.iss index 54dd710..61d9c8a 100644 --- a/installer_x64.iss +++ b/installer_x64.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "CipherOS" -#define MyAppVersion "1.5.2" +#define MyAppVersion "1.5.3" #define MyAppPublisher "Cipher HackSquad" #define MyAppURL "https://www.mas6y6.com/cipheros" #define MyAppExeName "cipheros.exe" @@ -35,7 +35,7 @@ DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) PrivilegesRequired=lowest OutputDir=./distworkflow -OutputBaseFilename=CipherOS Windows 1.5.2 x64 +OutputBaseFilename=CipherOS Windows 1.5.3 x64 SetupIconFile=./icon.ico Compression=lzma SolidCompression=yes