forked from jakibaki/beatsaber-hook
-
Notifications
You must be signed in to change notification settings - Fork 16
/
qpm.json
41 lines (41 loc) · 942 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
32
33
34
35
36
37
38
39
40
41
{
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "beatsaber-hook",
"id": "beatsaber-hook",
"version": "1.2.3",
"url": "https://github.com/sc2ad/beatsaber-hook",
"additionalData": {
"soLink": "https://github.com/sc2ad/beatsaber-hook/releases/download/v0.5.8/libbeatsaber-hook.so",
"debugSoLink": "https://github.com/sc2ad/beatsaber-hook/releases/download/v0.5.8/debug_libbeatsaber-hook.so",
"branchName": "master"
}
},
"dependencies": [
{
"id": "scotland2",
"versionRange": "^0.1.2",
"additionalData": {}
},
{
"id": "libil2cpp",
"versionRange": ">=0.1.2, <0.3.0",
"additionalData": {}
},
{
"id": "capstone",
"versionRange": "^0.1.0",
"additionalData": {
"private": true
}
}
],
"workspace": {
"scripts": {
"build": [
"pwsh ./build.ps1"
]
}
}
}