Skip to content

Commit

Permalink
Add rules for anime game (#4)
Browse files Browse the repository at this point in the history
* Add rules for anime game

* Remove the .exe in the file name

Because this covers both Chinese and Overseas version, and they have different executable name.
  • Loading branch information
teppyboy authored Oct 2, 2022
1 parent 8376cc2 commit ec40f91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 00-default/games/genshinimpact.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# International version
{ "name": "GenshinImpact.exe", "type": "Game"}
# Chinese version
{ "name": "YuanShen.exe", "type": "Game"}

0 comments on commit ec40f91

Please sign in to comment.