YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
276 stars 68 forks source link

When deploying to MS Store: The available product tile icons include a default image. #209

Closed andyasj closed 1 year ago

andyasj commented 1 year ago

:information_source: Info

v3.15.0

:speech_balloon: Description

Locally built .exe works fine with correct icon. Previous issue #112 included settings for start_menu_icon_path: tile_icon_path: Are these necessary? If so what are the specs for the images?

I unpacked the .msix and all png's in the Images folder are correct for my icon.

My first attempt at Flutter / MS Store so please forgive stupidity.

:scroll: Pubspec.yaml

msix_config: display_name: Crypto AIM publisher_display_name: Softd identity_name: 2759SoftSid.AIM publisher: CN=C4BF813C-5047-49E5-86E9-7410E43BD34F logo_path: D:\Documents\Source\Flutter\crypto_aim\assets\icons\aim512T.png store: true capabilities: internetClient

andyasj commented 1 year ago

The issue was my icon looking too similar to the flutter icon (even though it didn't!). Not a bug.