mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Re-enabled the app section in the meta.yaml (conda build script). This creates xonsh menu entries when installing conda packages.
This commit is contained in:
parent
c3b94e5265
commit
d4f4513850
2 changed files with 4 additions and 4 deletions
|
@ -21,6 +21,7 @@ Current Developments
|
|||
the bat file and changes to the environment variables will be reflected in xonsh.
|
||||
* Added an alias for the conda environment activate/deactivate batch scripts when
|
||||
running the Anaconda python distribution on Windows.
|
||||
* Added a menu entry to launch xonsh when installing xonsh from a conda package
|
||||
|
||||
|
||||
**Changed:**
|
||||
|
|
|
@ -28,7 +28,6 @@ about:
|
|||
license: BSD
|
||||
summary: xonsh is a Python-ish, BASHwards-facing shell.
|
||||
|
||||
# Removed temporarily until this is better support by the Anaconda launcher
|
||||
#app:
|
||||
# entry: xonsh
|
||||
# icon: icon.png
|
||||
app:
|
||||
entry: xonsh
|
||||
icon: ../docs/_static/ascii_conch_part_color.png
|
||||
|
|
Loading…
Add table
Reference in a new issue