Skip to content

Commit

Permalink
Add chiaki4deck (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wCrack authored Feb 12, 2024
1 parent b1a4bac commit 0ccd218
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions bucket/chiaki4deck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.6.3",
"description": "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use",
"homepage": "https://github.com/streetpea/chiaki4deck",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/streetpea/chiaki4deck/releases/download/v1.6.3/Chiaki4deck-win_x64-MSYS2-Release.zip",
"hash": "2766545ba6cc5197082bbf3f1c4fe405dee4019e4968eb29b1fa367bf6ce6613",
"pre_install": [
"$archive = \"Chiaki4deck-Win.zip\"",
"Expand-7zipArchive \"$dir\\$archive\" \"$dir\" -ExtractDir \"Chiaki4deck-Win\"",
"Remove-Item \"$dir\\$archive\""
]
}
},
"bin": [
[
"chiaki.exe",
"chiaki4deck"
]
],
"shortcuts": [
[
"chiaki.exe",
"chiaki4deck"
]
],
"checkver": {
"github": "https://github.com/streetpea/chiaki4deck"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/streetpea/chiaki4deck/releases/download/v$version/Chiaki4deck-win_x64-MSYS2-Release.zip"
}
},
"extract_dir": "chiaki4deck_$version"
}
}

0 comments on commit 0ccd218

Please sign in to comment.