Change app icon, bundle appicon png with application
Before Width: | Height: | Size: 5.2 MiB After Width: | Height: | Size: 5.2 MiB |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 46 KiB |
|
@ -1 +1 @@
|
||||||
const VERSION = "0.0722.24+0042";
|
const VERSION = "1.0722.24+0132";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: nbteditor
|
name: nbteditor
|
||||||
description: A Minecraft NBT Editor written in Flutter
|
description: A Minecraft NBT Editor written in Flutter
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.0722.24+0042
|
version: 1.0722.24+0132
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -39,4 +39,6 @@ flutter:
|
||||||
- "Icons/PNG/Long.png"
|
- "Icons/PNG/Long.png"
|
||||||
- "Icons/PNG/LongArray.png"
|
- "Icons/PNG/LongArray.png"
|
||||||
- "Icons/PNG/Short.png"
|
- "Icons/PNG/Short.png"
|
||||||
- "Icons/PNG/String.png"
|
- "Icons/PNG/String.png"
|
||||||
|
- "Icons/PNG/AppLogo.png"
|
||||||
|
- "Icons/PNG/AppLogo-sweet.png"
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 529 KiB |
|
@ -2,7 +2,7 @@
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "NBT Editor"
|
#define MyAppName "NBT Editor"
|
||||||
#define MyAppVersion "1.0722.24.0042"
|
#define MyAppVersion "1.0722.24.0132"
|
||||||
#define MyAppPublisher "Piccari Creations"
|
#define MyAppPublisher "Piccari Creations"
|
||||||
#define MyAppURL "https://zontreck.com"
|
#define MyAppURL "https://zontreck.com"
|
||||||
#define MyAppExeName "nbteditor.exe"
|
#define MyAppExeName "nbteditor.exe"
|
||||||
|
|