mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-11-12 07:16:10 -05:00
033fd82239
This reverts commit db47f5f249
.
8 lines
247 B
Batchfile
Executable File
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%
|