Fix the windows installer

This commit is contained in:
zontreck 2024-07-22 00:42:32 -07:00
parent 7702efafc4
commit 7c7b77f445
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
const VERSION = "0.0722.24+0018";
const VERSION = "0.0722.24+0042";

View file

@ -1,7 +1,7 @@
name: nbteditor
description: A Minecraft NBT Editor written in Flutter
publish_to: 'none'
version: 0.0722.24+0018
version: 0.0722.24+0042
environment:

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "NBT Editor"
#define MyAppVersion "1.0722.24.0018"
#define MyAppVersion "1.0722.24.0042"
#define MyAppPublisher "Piccari Creations"
#define MyAppURL "https://zontreck.com"
#define MyAppExeName "nbteditor.exe"
@ -51,7 +51,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
Source: "build\windows\x64\runner\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "build\windows\x64\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "build\windows\x64\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "build\windows\x64\runner\Release\data\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "build\windows\x64\runner\Release\data\*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "out\nbt2snbt.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "out\snbt2nbt.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files