Attempt to make the shortcut show up in the correct menu.

This commit is contained in:
Storm Dragon 2022-01-01 18:50:00 -05:00
parent 396a9b6e55
commit 813c05dc6f

View File

@ -137,7 +137,8 @@ desktop_launcher() {
'Terminal=false'
'Type=Application'
'StartupNotify=false'
'Keywords=Games'
'Keywords=game;'
'Categories=Game;'
'Version=1.0')
for i in "${dotDesktop[@]}" ; do
echo "$i" >> "${desktopFile}"