SteamGridDB Manager automatically finds games from launchers on your system and imports them into your Steam library with a click of a button.
See the website for download and more information: https://www.steamgriddb.com/manager
SteamGridDB Manager supports importing from the following launchers:
- Origin
- Uplay
- Epic Games Launcher
- Blizzard Battle.net
- GOG.com
- More coming soon!
- Install the dependencies with
npm install
. - Run one of the npm scripts:
npm run run
builds and starts the app.npm run dist
builds, then outputs an installer into thedist
directory using electron-builder.