xonsh/recipe/bld.bat
Morten Enemark Lund f7081ac853 Update conda recipes
Removed the app entry in meta.yaml, since this feature is not very mature. Instead added a menu item entry to start xonsh.
2015-12-03 22:30:27 +01:00

4 lines
No EOL
164 B
Batchfile

python setup.py install --conda
copy "%RECIPE_DIR%\xonsh_shortcut.json" "%PREFIX%\Menu\xonsh_shortcut.json"
copy "%RECIPE_DIR%\xonsh.ico" "%PREFIX%\Menu\xonsh.ico"