From 52392609c7b95f4ca4ecf295615b6c045cde1271 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 21 Jul 2024 21:22:59 -0700 Subject: [PATCH] Remove msix --- pubspec.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 66ef7db..847c1e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,6 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^4.0.0 - msix: ^3.16.7 flutter: uses-material-design: true @@ -40,12 +39,4 @@ flutter: - "Icons/PNG/Long.png" - "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: 1.0.0.1 - capabilities: internetClient - logoPath: Icons/PNG/AppLogo.png \ No newline at end of file + - "Icons/PNG/String.png" \ No newline at end of file