Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alextiley/playnite-srm-manifest-generator
- Owner: alextiley
- Created: 2023-11-12T08:12:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T23:09:38.000Z (about 1 year ago)
- Last Synced: 2024-12-06T21:42:51.465Z (about 2 months ago)
- Language: PowerShell
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```