Update readme with origin info

This commit is contained in:
Philip
2021-10-01 22:42:45 +02:00
parent 9f9cb34161
commit a101eb2fa3
+6 -1
View File
@@ -10,9 +10,9 @@ The goal is that you do not have to leave your Steam library to launch games fro
- [x] [Legendary](https://github.com/derrod/legendary) integration - [x] [Legendary](https://github.com/derrod/legendary) integration
- [x] [Epic Games Store](https://www.epicgames.com/) integration - [x] [Epic Games Store](https://www.epicgames.com/) integration
- [x] [Itch.io](https://itch.io/app) integration - [x] [Itch.io](https://itch.io/app) integration
- [x] [Origin](https://www.origin.com) integration
- [x] Cross Platform - [x] Cross Platform
- [x] Small (~1.5mb on disk), lightweight (~2mb ram) and fast(~1s sync) - [x] Small (~1.5mb on disk), lightweight (~2mb ram) and fast(~1s sync)
- [ ] Origin integration
- [ ] XBox/Microsoft Store integration - [ ] XBox/Microsoft Store integration
- [ ] GOG integration - [ ] GOG integration
- [ ] [Lutris](https://github.com/lutris/lutris) integration - [ ] [Lutris](https://github.com/lutris/lutris) integration
@@ -64,6 +64,11 @@ executable="legendary" #If this value is not defined, "legendary" will be used,
enabled=false #Default false enabled=false #Default false
location="C:\\Users\\user\\AppData\\Roaming\\itch" #If this value is not defined, "%APPDATA%itch" will be used on windows, and HOME/.config/itch on linux. location="C:\\Users\\user\\AppData\\Roaming\\itch" #If this value is not defined, "%APPDATA%itch" will be used on windows, and HOME/.config/itch on linux.
[origin]
enabled=false #Default false
location="C:\\ProgramData\\Origin" #If this value is not defined, "%PROGRAMGDATA%origin" will be used on windows, and HOME/.origin/ on linux.
[steam] [steam]
location="C:\\Program Files (x86)\\Steam\\" #If this value is not defined, the tool will try to find it automatically. If it can't find it, it will fail and tell you. location="C:\\Program Files (x86)\\Steam\\" #If this value is not defined, the tool will try to find it automatically. If it can't find it, it will fail and tell you.