mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Try to get the app to run when installed via the installer
This commit is contained in:
parent
e8069d4af6
commit
7702efafc4
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
const VERSION = "0.072124.0628";
|
||||
const VERSION = "0.0722.24+0018";
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue