forked from hasufell/hasufell-repository
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" ;;
|
arcade) subcat="ArcadeGame" ;;
|
||||||
board) subcat="BoardGame" ;;
|
board) subcat="BoardGame" ;;
|
||||||
fps) subcat="Shooter" ;;
|
fps) subcat="Shooter" ;;
|
||||||
|
roguelike) subcat="RolePlaying";;
|
||||||
|
rpg) subcat="RolePlaying";;
|
||||||
simulation) subcat="Simulation" ;;
|
simulation) subcat="Simulation" ;;
|
||||||
sports) subcat="SportsGame" ;;
|
sports) subcat="SportsGame" ;;
|
||||||
strategy) subcat="StrategyGame" ;;
|
strategy) subcat="StrategyGame" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user