mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 06:11:34 -05:00
[BUG] Manifest references several paths that don't exist for icons #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @a3gill on GitHub.
Before submitting a bug report, I have:
What is the behavior?
/app/wwwroot/manifest.webmanifestis referencing a bunch of files for icons that aren't there. There is only 1 icon file/app/wwwroot/icons/128.pngand it's not one of the paths referenced. There are several entries foricons/icon-{HEIGHT}x{WIDTH}.pngWhich operating system do you use?
MacOS
What type of deployment do you use?
Docker container
Relevant log output
Anything else?
It causing the installed browser app to have a generic "C" icon.
@Flaminel commented on GitHub:
This is now fixed in
v2.0.12.