-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathqpm.json
31 lines (31 loc) · 794 Bytes
/
qpm.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
31
{
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "TrickSaber",
"id": "TrickSaber",
"version": "0.2.2",
"url": "https://github.com/zoller27osu/Quest-Trick-Saber",
"additionalData": {
"soLink": "https://github.com/zoller27osu/Quest-Trick-Saber/releases/download/v0.2.0/libtricksaber.so",
"debugSoLink": "https://github.com/zoller27osu/Quest-Trick-Saber/releases/download/v0.2.0/libtricksaber_debug.so"
}
},
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": ">=0.5.4<0.5.9",
"additionalData": {
"extraFiles": [
"src/inline-hook"
]
}
},
{
"id": "bs-utils",
"versionRange": "=0.4.0",
"additionalData": {}
}
],
"additionalData": {}
}