-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong filenames for manifest.json #723
Comments
almeric
added
bug
Something isn't working
needs verification
Bug needs to be verified with reproduction
labels
Oct 25, 2021
onderceylan
removed
the
needs verification
Bug needs to be verified with reproduction
label
Nov 7, 2021
Hey @almeric, thanks for reporting the issue. I've reproduced the same. The issue seems to be related to the |
onderceylan
added a commit
that referenced
this issue
Nov 7, 2021
When 'pathOverride' option is used, the file name in the manifest entry was not reflecting the image file name generated. fix #723
Merged
onderceylan
added a commit
that referenced
this issue
Nov 7, 2021
When 'pathOverride' option is used, the file name in the manifest entry was not reflecting the image file name generated. fix #723
onderceylan
pushed a commit
that referenced
this issue
Nov 7, 2021
# [6.0.0](v5.0.1...v6.0.0) (2021-11-07) ### Bug Fixes * **main:** add both 'any' and 'maskable' icons to manifest by default ([d7b488d](d7b488d)), closes [#725](#725) * **main:** fix wrong icons file name when 'pathOverride' option is used ([25cef00](25cef00)), closes [#723](#723) ### BREAKING CHANGES * **main:** In addition to 2 icons with `maskable` purpose in the manifest file, 2 more icon entries of the same icons with `any` purpose is added to the manifest output.
🎉 This issue has been resolved in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The filenames for the icons in the generated manifest file are not generated & will result in a 404 not found.
To Reproduce
When running as a module with the following config:
The following icons/splash images are generated:
...but the following manifest data is generated:
As you can see above,
manifest-icon-192.png
&manifest-icon-512.png
don't exist.manifest-icon-512.maskable.png
&manifest-icon-512.maskable.png
do exist however.Expected behavior
The correct filenames are used in the generated manifest file.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: