Open JoelStansbury opened 7 months ago
menuinst V2 does not support the current shortcut definition
menuinst V2
{ "menu_name": "appName", "menu_items": [ { "name": "appName", "system": "cmd.exe /c powershell -WindowStyle Hidden -Command", "scriptarguments": [ "cmd.exe /c '${PREFIX}/Scripts/activate.bat && python -m widgetron_app'" ], "icon": "${MENU_DIR}/icon.ico" } ] }
new syntax: https://conda.github.io/menuinst/
migration tips: https://conda.github.io/menuinst/defining-shortcuts/#migrating-pywscript-and-pyscript-to-menuinst-v2
menuinst V2
does not support the current shortcut definitionnew syntax: https://conda.github.io/menuinst/