generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shadps4.json
30 lines (30 loc) · 972 Bytes
/
shadps4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "0.4.0",
"description": "shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++",
"homepage": "https://shadps4.net/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/shadps4-emu/shadPS4/releases/download/v.0.4.0/shadps4-win64-qt-0.4.0.zip",
"hash": "877e5c238673c3f5a2f6111caeb63a33ef4ff251fe878ea376b81294e1753666"
}
},
"shortcuts": [
[
"shadPS4.exe",
"shadPS4"
]
],
"persist": "user",
"checkver": {
"github": "https://github.com/shadps4-emu/shadPS4",
"regex": "/releases/tag/(?<prefix>v?\\.?)(?<version>[\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shadps4-emu/shadPS4/releases/download/$matchPrefix$version/shadps4-win64-qt-$version.zip"
}
}
}
}