mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

Removed the app entry in meta.yaml, since this feature is not very mature. Instead added a menu item entry to start xonsh.
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"menu_name": "Anaconda${PY_VER} ${PLATFORM}",
|
|
"menu_items":
|
|
[
|
|
{
|
|
"name": "xonsh",
|
|
"pyscript": "${PYTHON_SCRIPTS}/xonsh-script.py",
|
|
"icon": "${MENU_DIR}/xonsh.ico"
|
|
}
|
|
]
|
|
}
|