diff --git a/exlibs/desktop-utils.exlib b/exlibs/desktop-utils.exlib index 9bf0c47..455b3e9 100644 --- a/exlibs/desktop-utils.exlib +++ b/exlibs/desktop-utils.exlib @@ -112,6 +112,8 @@ find_desktop_file_category() { arcade) subcat="ArcadeGame" ;; board) subcat="BoardGame" ;; fps) subcat="Shooter" ;; + roguelike) subcat="RolePlaying";; + rpg) subcat="RolePlaying";; simulation) subcat="Simulation" ;; sports) subcat="SportsGame" ;; strategy) subcat="StrategyGame" ;;