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
|
build_runner: ^2.1.0
|
||||||
built_value_generator: ^8.1.1
|
built_value_generator: ^8.1.1
|
||||||
faker: ^2.0.0
|
faker: ^2.0.0
|
||||||
msix: ^2.1.3
|
msix: ^3.5.1
|
||||||
import_sorter: ^4.6.0
|
import_sorter: ^4.6.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
|
|
@ -99,6 +99,4 @@ msix_config:
|
||||||
architecture: x64
|
architecture: x64
|
||||||
capabilities: 'internetClient'
|
capabilities: 'internetClient'
|
||||||
store: true
|
store: true
|
||||||
logo_path: assets/images/logo_light.png
|
logo_path: assets/images/icon.png
|
||||||
start_menu_icon_path: assets/images/icon.png
|
|
||||||
tile_icon_path: assets/images/icon.png
|
|
||||||
30
pubspec.lock
30
pubspec.lock
|
|
@ -15,13 +15,6 @@ packages:
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.8.0"
|
version: "2.8.0"
|
||||||
ansicolor:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: ansicolor
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "2.0.1"
|
|
||||||
archive:
|
archive:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
@ -169,6 +162,13 @@ packages:
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.1"
|
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:
|
cli_util:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
@ -239,6 +239,13 @@ packages:
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.17.1"
|
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:
|
dart_style:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
@ -402,6 +409,13 @@ packages:
|
||||||
description: flutter
|
description: flutter
|
||||||
source: sdk
|
source: sdk
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
get_it:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: get_it
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "7.2.0"
|
||||||
glob:
|
glob:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
@ -646,7 +660,7 @@ packages:
|
||||||
name: msix
|
name: msix
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.8.18"
|
version: "3.5.1"
|
||||||
node_preamble:
|
node_preamble:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ dev_dependencies:
|
||||||
build_runner: ^2.1.0
|
build_runner: ^2.1.0
|
||||||
built_value_generator: ^8.1.1
|
built_value_generator: ^8.1.1
|
||||||
faker: ^2.0.0
|
faker: ^2.0.0
|
||||||
msix: ^2.1.3
|
msix: ^3.5.1
|
||||||
import_sorter: ^4.6.0
|
import_sorter: ^4.6.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
|
|
@ -99,6 +99,4 @@ msix_config:
|
||||||
architecture: x64
|
architecture: x64
|
||||||
capabilities: 'internetClient'
|
capabilities: 'internetClient'
|
||||||
store: true
|
store: true
|
||||||
logo_path: assets/images/logo_light.png
|
logo_path: assets/images/icon.png
|
||||||
start_menu_icon_path: assets/images/icon.png
|
|
||||||
tile_icon_path: assets/images/icon.png
|
|
||||||
|
|
@ -82,7 +82,7 @@ dev_dependencies:
|
||||||
build_runner: ^2.1.0
|
build_runner: ^2.1.0
|
||||||
built_value_generator: ^8.1.1
|
built_value_generator: ^8.1.1
|
||||||
faker: ^2.0.0
|
faker: ^2.0.0
|
||||||
msix: ^2.1.3
|
msix: ^3.5.1
|
||||||
import_sorter: ^4.6.0
|
import_sorter: ^4.6.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
|
|
@ -105,6 +105,4 @@ msix_config:
|
||||||
architecture: x64
|
architecture: x64
|
||||||
capabilities: 'internetClient'
|
capabilities: 'internetClient'
|
||||||
store: true
|
store: true
|
||||||
logo_path: assets/images/logo_light.png
|
logo_path: assets/images/icon.png
|
||||||
start_menu_icon_path: assets/images/icon.png
|
|
||||||
tile_icon_path: assets/images/icon.png
|
|
||||||
Loading…
Reference in New Issue