You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
When generating my app, I provided an image using the -i myImage.png flag. It's a 400x400 png.
Upon generation -p win10, I found that Square44x44Logo.scale-100.png was still the default PWA logo. I also see an entry in the logs: Removing missing images not found in the downloaded assets: Square150x150Logo.scale-100.png,Square44x44Logo.scale-100.png,StoreLogo.scale-100.png,SplashScreen.scale-100.png,SplashScreen.scale-200.png,Square150x150Logo.scale-200.png,Square44x44Logo.scale-200.png
I'm not sure why that's happening, but seems like a bug as I assume the image converter is properly downloading everything in the zip and this consistently repros.
The text was updated successfully, but these errors were encountered:
When generating my app, I provided an image using the
-i myImage.png
flag. It's a 400x400 png.Upon generation
-p win10
, I found thatSquare44x44Logo.scale-100.png
was still the default PWA logo. I also see an entry in the logs:Removing missing images not found in the downloaded assets: Square150x150Logo.scale-100.png,Square44x44Logo.scale-100.png,StoreLogo.scale-100.png,SplashScreen.scale-100.png,SplashScreen.scale-200.png,Square150x150Logo.scale-200.png,Square44x44Logo.scale-200.png
I'm not sure why that's happening, but seems like a bug as I assume the image converter is properly downloading everything in the zip and this consistently repros.
The text was updated successfully, but these errors were encountered: