desktop-utils.exlib: add roguelike/rpg to find_desktop_file_category
This commit is contained in:
parent
bc55fdebf6
commit
13a9a6a103
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user