-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathqpm.shared.json
90 lines (90 loc) · 2.25 KB
/
qpm.shared.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"config": {
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "custom-types",
"id": "custom-types",
"version": "0.4.6",
"url": "https://github.com/sc2ad/Il2CppQuestTypePatching",
"additionalData": {
"overrideSoName": "libcustom-types.so",
"cmake": true
}
},
"workspace": {
"scripts": {
"build": [
"pwsh ./build.ps1"
]
}
},
"dependencies": [
{
"id": "beatsaber-hook",
"versionRange": "^4.0.0",
"additionalData": {
"extraFiles": [
"src/inline-hook"
]
}
},
{
"id": "capstone",
"versionRange": "^0.1.0",
"additionalData": {
"private": true
}
}
]
},
"restoredDependencies": [
{
"dependency": {
"id": "libil2cpp",
"versionRange": "=0.2.3",
"additionalData": {
"headersOnly": true
}
},
"version": "0.2.3"
},
{
"dependency": {
"id": "beatsaber-hook",
"versionRange": "=4.0.1",
"additionalData": {
"soLink": "https://github.com/sc2ad/beatsaber-hook/releases/download/v4.0.1/libbeatsaber-hook_4_0_1.so",
"debugSoLink": "https://github.com/sc2ad/beatsaber-hook/releases/download/v4.0.1/debug_libbeatsaber-hook_4_0_1.so",
"branchName": "version/v4_0_1"
}
},
"version": "4.0.1"
},
{
"dependency": {
"id": "scotland2",
"versionRange": "=0.1.2",
"additionalData": {
"soLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.2/libsl2.so",
"debugSoLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.2/debug_libsl2.so",
"overrideSoName": "libsl2.so",
"branchName": "version/v0_1_2"
}
},
"version": "0.1.2"
},
{
"dependency": {
"id": "capstone",
"versionRange": "=0.1.0",
"additionalData": {
"staticLinking": true,
"soLink": "https://github.com/sc2ad/capstone-qpm/releases/download/v0.1.0/libcapstone.a",
"overrideSoName": "libcapstone.a"
}
},
"version": "0.1.0"
}
]
}