Compare commits

..

2 commits

Author SHA1 Message Date
Aarrayy
721802eb5f
Merge pull request #38 from micros24/master
Added games Path of Exile and Oxygen Not Included
2023-07-13 11:38:05 -03:00
micros24
62b4f016a3 Added games Path of Exile and Oxygen Not Included 2023-07-13 13:05:13 +08:00
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# https://store.steampowered.com/app/457140
{ "name": "OxygenNotIncluded", "type": "Game" }
{ "name": "OxygenNotIncluded.exe", "type": "Game" }

View file

@ -0,0 +1,7 @@
# https://store.steampowered.com/app/238960
# Steam version
{ "name": "PathOfExileSteam.exe", "type": "Game" }
# Standalone version
{ "name": "PathOfExile.exe", "type": "Game" }
{ "name": "PathOfExile_x64.exe", "type": "Game" }