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 @@
"version": "${version}",
"coverImage": "image.png",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.7_7060",
"packageVersion": "1.40.8_7379",
"description": "Mod to unlock pc graphics settings on quest beat saber",
"dependencies": [],
"modFiles": [
Expand Down
6 changes: 3 additions & 3 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pwsh ./scripts/pull-tombstone.ps1"
]
},
"ndk": "^27.2.12479018",
"ndk": "^27.3.13750724",
"qmodIncludeDirs": [
"./extern/libs",
"./build"
Expand All @@ -57,12 +57,12 @@
},
{
"id": "bs-cordl",
"versionRange": "4007.*",
"versionRange": "4008.*",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.54",
"versionRange": "^0.4.55",
"additionalData": {}
},
{
Expand Down
24 changes: 12 additions & 12 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"pwsh ./scripts/pull-tombstone.ps1"
]
},
"ndk": "^27.2.12479018",
"ndk": "^27.3.13750724",
"qmodIncludeDirs": [
"./extern/libs",
"./build"
Expand All @@ -58,12 +58,12 @@
},
{
"id": "bs-cordl",
"versionRange": "4007.*",
"versionRange": "4008.*",
"additionalData": {}
},
{
"id": "bsml",
"versionRange": "^0.4.54",
"versionRange": "^0.4.55",
"additionalData": {}
},
{
Expand Down Expand Up @@ -125,10 +125,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 @@ -144,7 +144,7 @@
}
}
},
"version": "4007.0.0"
"version": "4008.0.0"
},
{
"dependency": {
Expand Down Expand Up @@ -326,17 +326,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"
}
]
}
Loading