Compare commits
No commits in common. "trunk" and "v0.1.2" have entirely different histories.
2 changed files with 9 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
RELEASE_ID=$(python3 -c "import json; print(json.load(open('/tmp/release.json'))['id'])")
|
RELEASE_ID=$(python3 -c "import json; print(json.load(open('/tmp/release.json'))['id'])")
|
||||||
|
|
||||||
# Upload assets
|
# Upload assets
|
||||||
for FILE in dist/chimera-steam-switch.zip dist/chimera-steam-switch.zip.sha256.txt; do
|
for FILE in dist/session-switch.zip dist/session-switch.zip.sha256.txt; do
|
||||||
NAME=$(basename "$FILE")
|
NAME=$(basename "$FILE")
|
||||||
curl -sf -X POST \
|
curl -sf -X POST \
|
||||||
"${API}/releases/${RELEASE_ID}/assets?name=${NAME}" \
|
"${API}/releases/${RELEASE_ID}/assets?name=${NAME}" \
|
||||||
|
|
|
||||||
15
plugin.json
15
plugin.json
|
|
@ -1,17 +1,18 @@
|
||||||
{
|
{
|
||||||
"plugin.id": "chimera-steam-switch",
|
"plugin.id": "session-switch",
|
||||||
"plugin.name": "Chimera Steam Switch",
|
"plugin.name": "Session Switch",
|
||||||
"plugin.version": "0.1.3",
|
"plugin.version": "0.1.2",
|
||||||
"plugin.min-api-version": "1.1.0",
|
"plugin.min-api-version": "1.1.0",
|
||||||
"plugin.link": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
"plugin.link": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
||||||
"plugin.source": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
"plugin.source": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
||||||
"plugin.summary": "Switch back to Steam on ChimeraOS",
|
"plugin.summary": "Adds a 'Switch to Steam' button to the power menu",
|
||||||
"plugin.description": "Adds a 'Switch to Steam' button to the power menu on ChimeraOS, letting OpenGamepadUI return to Steam game mode. ChimeraOS-exclusive.",
|
"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.",
|
||||||
"store.tags": [
|
"store.tags": [
|
||||||
"chimera-steam-switch",
|
"session-switch",
|
||||||
"utility",
|
"utility",
|
||||||
"system",
|
"system",
|
||||||
"chimeraos"
|
"chimeraos",
|
||||||
|
"steamos"
|
||||||
],
|
],
|
||||||
"store.images": [
|
"store.images": [
|
||||||
"https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin/raw/branch/trunk/docs/icon.png"
|
"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