Ryan Volz 033fd82239 Revert "Switch to miniforge_console_shortcut, now it uses distribution name."
This reverts commit db47f5f249ece5722ecef65f398dfe708e308b52.
2021-07-23 15:34:26 -04:00

8 lines
247 B
Batchfile
Executable File

set MENU_DIR="%PREFIX%\Menu"
if not exist %MENU_DIR% mkdir %MENU_DIR%
:: icon is in public domain: https://github.com/paomedia/small-n-flat
copy "%RECIPE_DIR%\console_shortcut.ico" %MENU_DIR%
copy "%RECIPE_DIR%\console_shortcut.json" %MENU_DIR%