Skip to content

Commit

Permalink
Update DFL
Browse files Browse the repository at this point in the history
  • Loading branch information
isiah-lloyd committed Feb 4, 2023
1 parent ae1df2d commit ab30861
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
12 changes: 10 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@
"deployall"
],
"problemMatcher": []
}
},
{
"label": "restartdecky",
"detail": "Resets decky",
"type": "shell",
"group": "none",
"command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'echo '${config:deckpass}' | sudo -S systemctl restart plugin_loader'",
"problemMatcher": []
},
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RadiYo! for SteamDeck",
"version": "1.1.2",
"version": "1.1.3",
"description": "A decky plugin to play internet radio stations",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"decky-frontend-lib": "^3.9.0",
"decky-frontend-lib": "^3.18.10",
"react-icons": "^4.4.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"radio"
],
"description": "Search and play music from internet radio stations while gaming",
"image": "https://github.com/isiah-lloyd/radiyo-steam-deck/blob/main/images/logo.png?raw=true"
"image": "https://github.com/isiah-lloyd/radiyo-steam-deck/blob/main/images/favs.jpg?raw=true"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab30861

Please sign in to comment.