mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:50:06 +00:00
Add cleanup support for Helium Browser (Chromium-based) on macOS. Helium paths added: - ~/Library/Caches/net.imput.helium/* - ~/Library/Application Support/net.imput.helium/*/GPUCache/* - ~/Library/Application Support/net.imput.helium/component_crx_cache/* - ~/Library/Application Support/net.imput.helium/extensions_crx_cache/* - ~/Library/Application Support/net.imput.helium/GrShaderCache/* - ~/Library/Application Support/net.imput.helium/GraphiteDawnCache/* - ~/Library/Application Support/net.imput.helium/ShaderCache/* - ~/Library/Application Support/net.imput.helium/*/Application Cache/* Also added "Helium" to the browser process detection list in optimize/tasks.sh. Closes #534