-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqpm.json
More file actions
72 lines (72 loc) · 1.59 KB
/
qpm.json
File metadata and controls
72 lines (72 loc) · 1.59 KB
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
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "Auto Hooks",
"id": "autohooks",
"version": "0.1.0",
"url": "https://github.com/DanTheMan827-BeatSaber/autohooks",
"additionalData": {
"headersOnly": true,
"overrideSoName": "libautohooks.so",
"cmake": true
}
},
"workspace": {
"scripts": {
"build": [
"pwsh ./scripts/build.ps1"
],
"clean": [
"pwsh ./scripts/build.ps1 -clean"
],
"clean-qmod": [
"qpm s clean",
"qpm s qmod"
],
"copy": [
"pwsh ./scripts/copy.ps1 $0:?"
],
"deepclean": [
"pwsh ./scripts/build.ps1 -clean -skipBuild",
"qpm clear"
],
"logcat": [
"pwsh ./scripts/start-logging.ps1"
],
"make-hooking": [
"pwsh ./scripts/make-hooking.ps1"
],
"qmod": [
"qpm qmod zip"
],
"rebuild": [
"qpm s deepclean",
"qpm s build"
],
"rebuild-qmod": [
"qpm s deepclean",
"qpm s qmod"
],
"restart": [
"pwsh ./scripts/restart-game.ps1"
],
"stack": [
"pwsh ./scripts/ndk-stack.ps1"
],
"tomb": [
"pwsh ./scripts/pull-tombstone.ps1"
]
},
"ndk": "^27.2.12479018",
"qmodIncludeDirs": [
"./build",
"./extern/libs"
],
"qmodIncludeFiles": [],
"qmodOutput": "./Auto Hooks.qmod"
},
"dependencies": []
}