From 916274eaca9e45f988a47e31d02e2668fc79a25c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 4 May 2022 08:46:20 +0300 Subject: [PATCH] Windows desktop app icon too small #438 --- pubspec.foss.yaml | 6 ++---- pubspec.lock | 30 ++++++++++++++++++++++-------- pubspec.next.yaml | 6 ++---- pubspec.yaml | 6 ++---- 4 files changed, 28 insertions(+), 20 deletions(-) diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index ad41424f3..c322f4a14 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -76,7 +76,7 @@ dev_dependencies: build_runner: ^2.1.0 built_value_generator: ^8.1.1 faker: ^2.0.0 - msix: ^2.1.3 + msix: ^3.5.1 import_sorter: ^4.6.0 flutter: @@ -99,6 +99,4 @@ msix_config: architecture: x64 capabilities: 'internetClient' store: true - logo_path: assets/images/logo_light.png - start_menu_icon_path: assets/images/icon.png - tile_icon_path: assets/images/icon.png \ No newline at end of file + logo_path: assets/images/icon.png \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 153ce81e2..be86486c7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -15,13 +15,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.8.0" - ansicolor: - dependency: transitive - description: - name: ansicolor - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.1" archive: dependency: transitive description: @@ -169,6 +162,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" + cli_dialog: + dependency: transitive + description: + name: cli_dialog + url: "https://pub.dartlang.org" + source: hosted + version: "0.5.0" cli_util: dependency: transitive description: @@ -239,6 +239,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.17.1" + dart_console: + dependency: transitive + description: + name: dart_console + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" dart_style: dependency: transitive description: @@ -402,6 +409,13 @@ packages: description: flutter source: sdk version: "0.0.0" + get_it: + dependency: transitive + description: + name: get_it + url: "https://pub.dartlang.org" + source: hosted + version: "7.2.0" glob: dependency: transitive description: @@ -646,7 +660,7 @@ packages: name: msix url: "https://pub.dartlang.org" source: hosted - version: "2.8.18" + version: "3.5.1" node_preamble: dependency: transitive description: diff --git a/pubspec.next.yaml b/pubspec.next.yaml index d66933971..0bb9e0daa 100644 --- a/pubspec.next.yaml +++ b/pubspec.next.yaml @@ -76,7 +76,7 @@ dev_dependencies: build_runner: ^2.1.0 built_value_generator: ^8.1.1 faker: ^2.0.0 - msix: ^2.1.3 + msix: ^3.5.1 import_sorter: ^4.6.0 flutter: @@ -99,6 +99,4 @@ msix_config: architecture: x64 capabilities: 'internetClient' store: true - logo_path: assets/images/logo_light.png - start_menu_icon_path: assets/images/icon.png - tile_icon_path: assets/images/icon.png \ No newline at end of file + logo_path: assets/images/icon.png \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 696818017..aee3404ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -82,7 +82,7 @@ dev_dependencies: build_runner: ^2.1.0 built_value_generator: ^8.1.1 faker: ^2.0.0 - msix: ^2.1.3 + msix: ^3.5.1 import_sorter: ^4.6.0 flutter: @@ -105,6 +105,4 @@ msix_config: architecture: x64 capabilities: 'internetClient' store: true - logo_path: assets/images/logo_light.png - start_menu_icon_path: assets/images/icon.png - tile_icon_path: assets/images/icon.png \ No newline at end of file + logo_path: assets/images/icon.png \ No newline at end of file