Windows desktop app icon too small #438
This commit is contained in:
parent
0dd2c42a06
commit
916274eaca
|
|
@ -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
|
||||
logo_path: assets/images/icon.png
|
||||
30
pubspec.lock
30
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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
logo_path: assets/images/icon.png
|
||||
|
|
@ -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
|
||||
logo_path: assets/images/icon.png
|
||||
Loading…
Reference in New Issue