From 7702efafc40101282a80698292b57b4f53ea84c0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 22 Jul 2024 00:27:46 -0700 Subject: [PATCH] Try to get the app to run when installed via the installer --- lib/Consts2.dart | 2 +- pubspec.yaml | 2 +- wininst.iss | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Consts2.dart b/lib/Consts2.dart index ee70448..27c7e47 100644 --- a/lib/Consts2.dart +++ b/lib/Consts2.dart @@ -1 +1 @@ -const VERSION = "0.072124.0628"; +const VERSION = "0.0722.24+0018"; diff --git a/pubspec.yaml b/pubspec.yaml index e8da1a1..3045108 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nbteditor description: A Minecraft NBT Editor written in Flutter publish_to: 'none' -version: 0.072124.2257 +version: 0.0722.24+0018 environment: diff --git a/wininst.iss b/wininst.iss index 51ea89e..8492d39 100644 --- a/wininst.iss +++ b/wininst.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "NBT Editor" -#define MyAppVersion "1.0.072124.2257" +#define MyAppVersion "1.0722.24.0018" #define MyAppPublisher "Piccari Creations" #define MyAppURL "https://zontreck.com" #define MyAppExeName "nbteditor.exe" @@ -37,8 +37,8 @@ PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog OutputDir=out OutputBaseFilename=NBTEditor-setup -Compression=lzma -SolidCompression=yes +Compression=zip +SolidCompression=no WizardStyle=modern [Languages]