desktop-utils.exlib: add roguelike/rpg to find_desktop_file_category

This commit is contained in:
Julian Ospald 2016-05-26 14:52:11 +02:00
parent bc55fdebf6
commit 13a9a6a103
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 0 deletions

View File

@ -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" ;;