From c945a2c19be163a3b664eb69e6c1ca3a0a4a55fe Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 28 Dec 2022 23:27:07 +0000 Subject: [PATCH] Update build no. --- installer-64.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer-64.iss b/installer-64.iss index 6315a28..f9042a7 100644 --- a/installer-64.iss +++ b/installer-64.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Fizzy Launcher" -#define MyAppVersion "0.2.4.117" +#define MyAppVersion "0.2.5.058" #define MyAppPublisher "Hi, I'm Ray" #define MyAppURL "https://www.hiimray.co.uk/software-fizzy-launcher" #define MyAppExeName "fizzylauncher.exe" @@ -23,7 +23,7 @@ DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes ; Remove the following line to run in administrative install mode (install for all users.) PrivilegesRequired=lowest -OutputDir=L:\gitlab-hiimray\fizzy-launcher\bin +OutputDir=L:\gitea-hiimray\linear-app-launcher\bin\Release OutputBaseFilename=fizzy-launcher Compression=lzma SolidCompression=yes @@ -36,7 +36,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] -Source: "L:\gitlab-hiimray\fizzy-launcher\bin\Release\fizzylauncher.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "L:\gitea-hiimray\linear-app-launcher\bin\Release\fizzylauncher.exe"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons]