From cf0686c551dbc0bdd6aff6d7783a8a92067d3940 Mon Sep 17 00:00:00 2001 From: Enderbyte09 <83879635+Enderbyte09@users.noreply.github.com> Date: Fri, 3 Sep 2021 08:55:05 -0700 Subject: [PATCH] Add files via upload --- bu.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bu.iss b/bu.iss index 0afda9e..a4819e2 100644 --- a/bu.iss +++ b/bu.iss @@ -1,8 +1,8 @@ -; Script generated by the Inno Setup Script Wizard. +; Script generated by the Inno Setup Script Wizard. And also Enderbyte09 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Basic Utilities" -#define MyAppVersion "2.19.1" +#define MyAppVersion "2.19.3" #define MyAppPublisher "Enderbyte Programs" #define MyAppURL "https://enderbyte09.wixiste.com/programs" #define MyAppExeName "BasicUtilities.exe" @@ -29,7 +29,7 @@ LicenseFile=C:\Users\jorda\AppData\Local\Programs\Python\Python39\Scripts\licens ; Remove the following line to run in administrative install mode (install for all users.) PrivilegesRequired=lowest OutputDir=C:\Users\jorda\Installer -OutputBaseFilename=basicutilities-2.19.1 +OutputBaseFilename=basicutilities-2.19.3 SetupIconFile=C:\Users\jorda\AppData\Local\Programs\Python\Python39\Scripts\bu.ico Compression=lzma SolidCompression=yes