Add in msix installer

This commit is contained in:
zontreck 2024-07-21 20:49:48 -07:00
parent ae249f8c0f
commit 1286bfc4c4
2 changed files with 9 additions and 0 deletions

BIN
Icons/PNG/AppLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -22,6 +22,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
flutter_lints: ^4.0.0 flutter_lints: ^4.0.0
msix: ^3.16.7
flutter: flutter:
uses-material-design: true uses-material-design: true
@ -40,3 +41,11 @@ flutter:
- "Icons/PNG/LongArray.png" - "Icons/PNG/LongArray.png"
- "Icons/PNG/Short.png" - "Icons/PNG/Short.png"
- "Icons/PNG/String.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