Continuing on withTrying to create a Status Menu app with Platypus.app I'm now stuck on trying to assign icons to the submenu items. I can't get the "MENUITEMICON" and "SUBMENU" commands to work together. I can't find anything on the web, but I'm not a coder so I'm probably looking in the wrong areas and using wrong search words.
code to add icons:
MENUITEMICON|my_bundled_file.png|Bundled file example\n
MENUITEMICON|/path/to/icon.png|Absolute path example\n
MENUITEMICON|https://sveinbjorn.org/images/andlat.png|Remote URL example\n
code to add submenu:
SUBMENU|Title|Item1|Item2|Item3\n
I tried things like below but it didn't work:
SUBMENU|MENUITEMICON|my_bundled_file.png|Title|Item1|Item2|Item3\n
How do I combine the two commands?
Thanks in advance