Skip to content

Commit e2d3d2c

Browse files
Merge pull request #23 from DanTheMan827-BeatSaber/dev/1.40.8_7379
Bump for 1.40.8_7379
2 parents 23ca2d1 + fd04265 commit e2d3d2c

3 files changed

Lines changed: 40 additions & 20 deletions

File tree

mod.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"modloader": "Scotland2",
88
"version": "${version}",
99
"packageId": "com.beatgames.beatsaber",
10-
"packageVersion": "1.40.7_7060",
10+
"packageVersion": "1.40.8_7379",
1111
"description": "Displays the time in game. Alternatively also the Battery Percentage",
1212
"coverImage": "Cover.jpg",
1313
"dependencies": [],

qpm.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@
1414
}
1515
},
1616
"workspace": {
17-
"scripts": {},
18-
"ndk": "^27.2.12479018",
19-
"qmodIncludeDirs": [],
17+
"scripts": {
18+
"build": [
19+
"pwsh build.ps1"
20+
],
21+
"clean": [
22+
"pwsh build.ps1 -clean"
23+
]
24+
},
25+
"ndk": "^27.3.13750724",
26+
"qmodIncludeDirs": [
27+
"build",
28+
"extern/libs"
29+
],
2030
"qmodIncludeFiles": [],
2131
"qmodOutput": null
2232
},
@@ -28,12 +38,12 @@
2838
},
2939
{
3040
"id": "bs-cordl",
31-
"versionRange": "4007.*",
41+
"versionRange": "4008.*",
3242
"additionalData": {}
3343
},
3444
{
3545
"id": "bsml",
36-
"versionRange": "^0.4.54",
46+
"versionRange": "^0.4.55",
3747
"additionalData": {}
3848
},
3949
{

qpm.shared.json

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,19 @@
1515
}
1616
},
1717
"workspace": {
18-
"scripts": {},
19-
"ndk": "^27.2.12479018",
20-
"qmodIncludeDirs": [],
18+
"scripts": {
19+
"build": [
20+
"pwsh build.ps1"
21+
],
22+
"clean": [
23+
"pwsh build.ps1 -clean"
24+
]
25+
},
26+
"ndk": "^27.3.13750724",
27+
"qmodIncludeDirs": [
28+
"build",
29+
"extern/libs"
30+
],
2131
"qmodIncludeFiles": [],
2232
"qmodOutput": null
2333
},
@@ -29,12 +39,12 @@
2939
},
3040
{
3141
"id": "bs-cordl",
32-
"versionRange": "4007.*",
42+
"versionRange": "4008.*",
3343
"additionalData": {}
3444
},
3545
{
3646
"id": "bsml",
37-
"versionRange": "^0.4.54",
47+
"versionRange": "^0.4.55",
3848
"additionalData": {}
3949
},
4050
{
@@ -103,10 +113,10 @@
103113
{
104114
"dependency": {
105115
"id": "bs-cordl",
106-
"versionRange": "=4007.0.0",
116+
"versionRange": "=4008.0.0",
107117
"additionalData": {
108118
"headersOnly": true,
109-
"branchName": "version/v4007_0_0",
119+
"branchName": "version/v4008_0_0",
110120
"compileOptions": {
111121
"includePaths": [
112122
"include"
@@ -122,7 +132,7 @@
122132
}
123133
}
124134
},
125-
"version": "4007.0.0"
135+
"version": "4008.0.0"
126136
},
127137
{
128138
"dependency": {
@@ -226,17 +236,17 @@
226236
{
227237
"dependency": {
228238
"id": "bsml",
229-
"versionRange": "=0.4.54",
239+
"versionRange": "=0.4.55",
230240
"additionalData": {
231-
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/libbsml.so",
232-
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/debug_libbsml.so",
241+
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/libbsml.so",
242+
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/debug_libbsml.so",
233243
"overrideSoName": "libbsml.so",
234-
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/BSML.qmod",
235-
"branchName": "version/v0_4_54",
244+
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/BSML.qmod",
245+
"branchName": "version/v0_4_55",
236246
"cmake": true
237247
}
238248
},
239-
"version": "0.4.54"
249+
"version": "0.4.55"
240250
},
241251
{
242252
"dependency": {

0 commit comments

Comments
 (0)