From d23ab01bf0fc2382c2a992afa2c075dcbdc8e566 Mon Sep 17 00:00:00 2001 From: Thomas Wu <62056970+TakumiBC@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:59:38 +0800 Subject: [PATCH] Update LinkDown_Wizard.iss --- LinkDown_Wizard.iss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LinkDown_Wizard.iss b/LinkDown_Wizard.iss index dfec7a1..ba4a30f 100644 --- a/LinkDown_Wizard.iss +++ b/LinkDown_Wizard.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LinkDown" -#define MyAppVersion "1.0" +#define MyAppVersion "1.0.1" #define MyAppPublisher "LinkScape" [Setup] @@ -19,7 +19,6 @@ DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest -OutputDir=.\ OutputBaseFilename=linkdown_setup SetupIconFile=LinkDown.ico Compression=lzma