Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"modloader": "Scotland2",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.7_7060",
"packageVersion": "1.40.8_7379",
"description": "Displays the time in game. Alternatively also the Battery Percentage",
"coverImage": "Cover.jpg",
"dependencies": [],
Expand Down
20 changes: 15 additions & 5 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@
}
},
"workspace": {
"scripts": {},
"ndk": "^27.2.12479018",
"qmodIncludeDirs": [],
"scripts": {
"build": [
"pwsh build.ps1"
],
"clean": [
"pwsh build.ps1 -clean"
]
},
"ndk": "^27.3.13750724",
"qmodIncludeDirs": [
"build",
"extern/libs"
],
"qmodIncludeFiles": [],
"qmodOutput": null
},
Expand All @@ -28,12 +38,12 @@
},
{
"id": "bs-cordl",
"versionRange": "4007.*",
"versionRange": "4008.*",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.54",
"versionRange": "^0.4.55",
"additionalData": {}
},
{
Expand Down
38 changes: 24 additions & 14 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@
}
},
"workspace": {
"scripts": {},
"ndk": "^27.2.12479018",
"qmodIncludeDirs": [],
"scripts": {
"build": [
"pwsh build.ps1"
],
"clean": [
"pwsh build.ps1 -clean"
]
},
"ndk": "^27.3.13750724",
"qmodIncludeDirs": [
"build",
"extern/libs"
],
"qmodIncludeFiles": [],
"qmodOutput": null
},
Expand All @@ -29,12 +39,12 @@
},
{
"id": "bs-cordl",
"versionRange": "4007.*",
"versionRange": "4008.*",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.54",
"versionRange": "^0.4.55",
"additionalData": {}
},
{
Expand Down Expand Up @@ -103,10 +113,10 @@
{
"dependency": {
"id": "bs-cordl",
"versionRange": "=4007.0.0",
"versionRange": "=4008.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version/v4007_0_0",
"branchName": "version/v4008_0_0",
"compileOptions": {
"includePaths": [
"include"
Expand All @@ -122,7 +132,7 @@
}
}
},
"version": "4007.0.0"
"version": "4008.0.0"
},
{
"dependency": {
Expand Down Expand Up @@ -226,17 +236,17 @@
{
"dependency": {
"id": "bsml",
"versionRange": "=0.4.54",
"versionRange": "=0.4.55",
"additionalData": {
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/libbsml.so",
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/debug_libbsml.so",
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/libbsml.so",
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/debug_libbsml.so",
"overrideSoName": "libbsml.so",
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/BSML.qmod",
"branchName": "version/v0_4_54",
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/BSML.qmod",
"branchName": "version/v0_4_55",
"cmake": true
}
},
"version": "0.4.54"
"version": "0.4.55"
},
{
"dependency": {
Expand Down