-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqpm.json
94 lines (94 loc) · 1.93 KB
/
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
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
91
92
93
94
{
"$schema": "https://github.com/QuestPackageManager/QPM.Package/raw/refs/heads/main/qpm.schema.json",
"sharedDir": "shared",
"dependenciesDir": "extern",
"version": "0.4.0",
"info": {
"name": "NoPromo",
"id": "NoPromo",
"version": "0.1.5",
"url": null,
"additionalData": {
"overrideSoName": "libNoPromo.so",
"cmake": true
}
},
"workspace": {
"scripts": {
"build": [
"pwsh ./scripts/build.ps1"
],
"clean": [
"pwsh ./scripts/build.ps1 -clean"
],
"clean-qmod": [
"qpm s clean",
"qpm s qmod"
],
"deepclean": [
"pwsh ./scripts/build.ps1 -clean -skipBuild",
"qpm clear"
],
"rebuild": [
"qpm s deepclean",
"qpm s build"
],
"rebuild-qmod": [
"qpm s deepclean",
"qpm s qmod"
],
"copy": [
"pwsh ./scripts/copy.ps1 $0:?"
],
"logcat": [
"pwsh ./scripts/start-logging.ps1"
],
"qmod": [
"qpm s build",
"qpm qmod zip"
],
"restart": [
"pwsh ./scripts/restart-game.ps1"
],
"stack": [
"pwsh ./scripts/ndk-stack.ps1"
],
"tomb": [
"pwsh ./scripts/pull-tombstone.ps1"
],
"make-hooking": [
"pwsh ./common-stuff/scripts/make-hooking.ps1"
]
},
"ndk": "^27.0.0",
"qmodIncludeDirs": [
"./build",
"./extern/libs"
],
"qmodOutput": "./NoPromo.qmod"
},
"dependencies": [
{
"id": "paper2_scotland2",
"versionRange": "^4.5.0",
"additionalData": {}
},
{
"id": "bs-cordl",
"versionRange": "4010.*",
"additionalData": {}
},
{
"id": "beatsaber-hook",
"versionRange": "^6.3.0",
"additionalData": {}
},
{
"id": "scotland2",
"versionRange": "^0.1.6",
"additionalData": {
"includeQmod": false
}
}
]
}