diff --git a/Icons/PNG/AppLogo.png b/Icons/PNG/AppLogo.png new file mode 100644 index 0000000..0ba8911 Binary files /dev/null and b/Icons/PNG/AppLogo.png differ diff --git a/pubspec.yaml b/pubspec.yaml index 2083ffe..9a90a4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,6 +22,7 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^4.0.0 + msix: ^3.16.7 flutter: uses-material-design: true @@ -40,3 +41,11 @@ flutter: - "Icons/PNG/LongArray.png" - "Icons/PNG/Short.png" - "Icons/PNG/String.png" + +msix_config: + display_name: NBT Editor + publisher_display_name: Piccari Creations + identity_name: dev.zontreck.nbteditor + msix_version: 0.072124.2047 + capabilities: internetClient + logoPath: Icons/PNG/AppLogo.png \ No newline at end of file