JoelStansbury / widgetron

app bundler for ipython notebooks
MIT License
2 stars 1 forks source link

Update for Constructor 3.6+ #50

Open JoelStansbury opened 7 months ago

JoelStansbury commented 7 months ago

menuinst V2 does not support the current shortcut definition

{
    "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/

JoelStansbury commented 7 months ago

migration tips: https://conda.github.io/menuinst/defining-shortcuts/#migrating-pywscript-and-pyscript-to-menuinst-v2