Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| b8d229c9a6 |
2 changed files with 8 additions and 9 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
RELEASE_ID=$(python3 -c "import json; print(json.load(open('/tmp/release.json'))['id'])")
|
||||
|
||||
# Upload assets
|
||||
for FILE in dist/session-switch.zip dist/session-switch.zip.sha256.txt; do
|
||||
for FILE in dist/chimera-steam-switch.zip dist/chimera-steam-switch.zip.sha256.txt; do
|
||||
NAME=$(basename "$FILE")
|
||||
curl -sf -X POST \
|
||||
"${API}/releases/${RELEASE_ID}/assets?name=${NAME}" \
|
||||
|
|
|
|||
15
plugin.json
15
plugin.json
|
|
@ -1,18 +1,17 @@
|
|||
{
|
||||
"plugin.id": "session-switch",
|
||||
"plugin.name": "Session Switch",
|
||||
"plugin.version": "0.1.2",
|
||||
"plugin.id": "chimera-steam-switch",
|
||||
"plugin.name": "Chimera Steam Switch",
|
||||
"plugin.version": "0.1.3",
|
||||
"plugin.min-api-version": "1.1.0",
|
||||
"plugin.link": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
||||
"plugin.source": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
||||
"plugin.summary": "Adds a 'Switch to Steam' button to the power menu",
|
||||
"plugin.description": "Lets OpenGamepadUI return to Steam game mode on ChimeraOS and SteamOS by adding a 'Switch to Steam' button to the power menu, in addition to the built-in 'Switch to Desktop' button.",
|
||||
"plugin.summary": "Switch back to Steam on ChimeraOS",
|
||||
"plugin.description": "Adds a 'Switch to Steam' button to the power menu on ChimeraOS, letting OpenGamepadUI return to Steam game mode. ChimeraOS-exclusive.",
|
||||
"store.tags": [
|
||||
"session-switch",
|
||||
"chimera-steam-switch",
|
||||
"utility",
|
||||
"system",
|
||||
"chimeraos",
|
||||
"steamos"
|
||||
"chimeraos"
|
||||
],
|
||||
"store.images": [
|
||||
"https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin/raw/branch/trunk/docs/icon.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue