Change app icon, bundle appicon png with application

This commit is contained in:
zontreck 2024-07-22 01:33:41 -07:00
parent 2a4adc3579
commit 8b9acb7847
10 changed files with 6 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 5.2 MiB

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -1 +1 @@
const VERSION = "0.0722.24+0042";
const VERSION = "1.0722.24+0132";

View file

@ -1,7 +1,7 @@
name: nbteditor
description: A Minecraft NBT Editor written in Flutter
publish_to: 'none'
version: 0.0722.24+0042
version: 1.0722.24+0132
environment:
@ -39,4 +39,6 @@ flutter:
- "Icons/PNG/Long.png"
- "Icons/PNG/LongArray.png"
- "Icons/PNG/Short.png"
- "Icons/PNG/String.png"
- "Icons/PNG/String.png"
- "Icons/PNG/AppLogo.png"
- "Icons/PNG/AppLogo-sweet.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 529 KiB

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.0042"
#define MyAppVersion "1.0722.24.0132"
#define MyAppPublisher "Piccari Creations"
#define MyAppURL "https://zontreck.com"
#define MyAppExeName "nbteditor.exe"