Guys help me please to customise icon for my custom application.
Image location:
home/frappe/frappe-bench/apps/CUSTOM_APP/CUSTOM_APP/public/images/icon.svg
I understood the “assets/CUSTOM_APP/” path on the browser is a symlink to “ CUSTOM_APP/public/“ folder, but it doesn’t work
desk config (desktop.py):
def get_data():
return [
{
“module_name”: “Some Management Application”,
“color”: “#589494”,
“icon”: “assets/images/shipment_icon.svg”,
“type”: “module”,
“label”: _(“Custom app”)
}
]