OGPU wipes user://plugins/<id>/ (and everything inside it) whenever a plugin is updated or re-extracted, so storing butler and butler.db under user://plugins/itch/assets meant every version bump deleted the binary and its login session. Store them in persistent user://butler instead, and migrate any leftover install from the old location.
14 lines
611 B
JSON
14 lines
611 B
JSON
{
|
|
"plugin.id": "itch",
|
|
"plugin.name": "itch.io",
|
|
"plugin.version": "0.1.1",
|
|
"plugin.min-api-version": "1.1.0",
|
|
"plugin.link": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch",
|
|
"plugin.source": "https://github.com/YOUR_USERNAME/OpenGamepadUI-itch",
|
|
"plugin.description": "itch.io library for OpenGamepadUI. Browse, install, update, and launch your itch.io games using butlerd, itch's official JSON-RPC launcher daemon.",
|
|
"store.tags": ["library", "itch.io", "indie"],
|
|
"store.images": [],
|
|
"author.name": "First Last",
|
|
"author.email": "person@example.com",
|
|
"entrypoint": "plugin.gd"
|
|
}
|