Add in msix installer
This commit is contained in:
parent
ae249f8c0f
commit
1286bfc4c4
2 changed files with 9 additions and 0 deletions
BIN
Icons/PNG/AppLogo.png
Normal file
BIN
Icons/PNG/AppLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue