radioconda/radioconda_console_shortcut/bld.bat
Ryan Volz 17852168db Add radioconda_console_shortcut to package list for Windows.
Also include the recipe for building it.
2021-03-22 18:46:24 -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%