9 lines
314 B
Desktop File
9 lines
314 B
Desktop File
[Desktop Entry]
|
|
Name=<GAME_TITLE>
|
|
Comment=<GAME_DESC>
|
|
Exec=bash -c "mkdir -p $HOME/Games/gba;ln -s /games/rom/gba/game.title.gba $HOME/Games/gba/game.title.gba;mgba-qt -f $HOME/Games/gba/game.title.gba"
|
|
Icon=/usr/share/icons/game.title/icon1.ico
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Game;
|