Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alextiley/playnite-srm-manifest-generator

Playnite script extension for generating Steam Rom Manager manifest.json files.
https://github.com/alextiley/playnite-srm-manifest-generator

Last synced: about 1 month ago
JSON representation

Playnite script extension for generating Steam Rom Manager manifest.json files.

Awesome Lists containing this project

README

        

# playnite-srm-manifest-generator
Playnite script extension for generating Steam Rom Manager `manifest.json` files.

## Building

Run the following in PowerShell, changing the Playnite install directory where appropriate. The following assumes that Playnite is installed in the `:\Users\\AppData\Local\Playnite` directory.

```psm1
Invoke-Expression "${env:LOCALAPPDATA}\Playnite\Toolbox.exe pack . ./dist"
```