Skip to content

Commit

Permalink
shadps4-dev: Add version 2024-12-12-5be807f (#1286)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
  • Loading branch information
AndreiVernon and Calinou authored Dec 13, 2024
1 parent e34d799 commit b93cdbf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/shadps4-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "2024-12-12-5be807f",
"description": "PlayStation 4 emulator for Windows, Linux and macOS (development version)",
"homepage": "https://shadps4.net/",
"license": {
"identifier": "GPL-2.0-only",
"url": "https://github.com/shadps4-emu/shadPS4/blob/main/LICENSE"
},
"url": "https://github.com/shadps4-emu/shadPS4/releases/download/Pre-release-shadPS4-2024-12-12-5be807f/shadps4-win64-qt-2024-12-12-5be807f.zip",
"hash": "54ebbf19f4c4f4b234c70e8f802c15ac6450d351cd858337e6154d66837cfe34",
"bin": "shadPS4.exe",
"shortcuts": [
[
"shadPS4.exe",
"shadPS4 (Development)"
]
],
"persist": [
"user"
],
"checkver": {
"url": "https://api.github.com/repos/shadps4-emu/shadPS4/releases?per_page=1",
"jsonpath": "$[?(@.prerelease == true)].tag_name",
"regex": "((\\d+-){3}[a-f0-9]{7})"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shadps4-emu/shadPS4/releases/download/Pre-release-shadPS4-$version/shadps4-win64-qt-$version.zip"
}
}
}
}

0 comments on commit b93cdbf

Please sign in to comment.