diff --git a/exlibs/desktop-utils.exlib b/exlibs/desktop-utils.exlib index 449b8b0a..72881329 100644 --- a/exlibs/desktop-utils.exlib +++ b/exlibs/desktop-utils.exlib @@ -107,14 +107,14 @@ find_desktop_file_category() { case ${CATEGORY} in games*) maincat="Game" case ${CATEGORY##*-} in - action) subcat="ActionGame" ;; - adventure) subcat="AdventureGame" ;; - arcade) subcat="ArcadeGame" ;; - board) subcat="BoardGame" ;; - fps) subcat="Shooter" ;; + action) subcat="ActionGame" ;; + adventure) subcat="AdventureGame" ;; + arcade) subcat="ArcadeGame" ;; + board) subcat="BoardGame" ;; + fps) subcat="Shooter" ;; simulation) subcat="Simulation" ;; - sports) subcat="SportsGame" ;; - strategy) subcat="StrategyGame" ;; + sports) subcat="SportsGame" ;; + strategy) subcat="StrategyGame" ;; *) ;; esac ;;