From ba885ac2bcbbac4fb83c3bab808049bece0bcffe Mon Sep 17 00:00:00 2001 From: Flavien Bonvin Date: Fri, 20 Oct 2023 19:53:29 +0200 Subject: [PATCH] chore(icons): add information about caching (#142) --- guides/create-and-add-icons.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/create-and-add-icons.md b/guides/create-and-add-icons.md index 1c35d22..8d9400f 100644 --- a/guides/create-and-add-icons.md +++ b/guides/create-and-add-icons.md @@ -146,9 +146,9 @@ Once again, once you are done configuring your icons, don't forget to build your ## Troubleshooting -If your app icon is not appearing after following the above instructions, try the workarounds listed below. +Operating systems have an icon cache. Resetting the cache is recommended if the icon is not updated or still uses the default one. -### Refresh icon cache (Windows) +### Refreshing the icon cache (Windows) Windows caches all application icons in a hidden Icon Cache Database. If your Electron app's icon is not showing up, you may need to rebuild this cache. To invalidate the cache, use the system `ie4uinit.exe` utility: