Custom App - Unable to delete/update Desktop Icon

Hi,

I’ve built a Custom App, and I’ve setup the Desktop Icon editing hooks.py with something like this:

add_to_apps_screen = [{
“name”: “myapp”,
“logo”: “/assets/myapp/logo.png”,
“title”: “My App”,
“route”: “/desk/my-app-workspace”
}]

After doing that I’ve installed my app on a production site ad all was ok.

Now, I’ve made a change in the “route” value, but there is no way to update the value.

  • uninstalled / reinstalled app, icon still pointing to old route value
  • removed the app from the bench, icon still there, now way to delete it or update it
  • I have also completely remove the whole “add_to_apps_screen” section in my hooks.py, updated the app, bench update, restarted all web server, icon still there (without the app installed)

How can I remove the old icon? (in Desktop Icon List it does not appear)

Thanks