From c2e59eebad4b6badbf7e81e2665c389066779b36 Mon Sep 17 00:00:00 2001 From: Daniel <790119+DanTheMan827@users.noreply.github.com> Date: Sat, 12 Jul 2025 16:35:12 -0500 Subject: [PATCH] Bump for 1.40.7_7060 --- mod.template.json | 2 +- qpm.json | 10 +++++++--- qpm.shared.json | 27 +++++++++++++++------------ 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/mod.template.json b/mod.template.json index 41722de..1e460bc 100644 --- a/mod.template.json +++ b/mod.template.json @@ -7,7 +7,7 @@ "version": "${version}", "coverImage": "image.png", "packageId": "com.beatgames.beatsaber", - "packageVersion": "1.40.6_6407", + "packageVersion": "1.40.7_7060", "description": "Mod to unlock pc graphics settings on quest beat saber", "dependencies": [], "modFiles": [ diff --git a/qpm.json b/qpm.json index 8a10215..4310db1 100644 --- a/qpm.json +++ b/qpm.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json", "version": "0.2.0", "sharedDir": "shared", "dependenciesDir": "extern", @@ -17,6 +18,9 @@ "build": [ "pwsh ./scripts/build.ps1" ], + "clean": [ + "pwsh ./scripts/build.ps1 -clean" + ], "copy": [ "pwsh ./scripts/copy.ps1" ], @@ -43,7 +47,7 @@ "./build" ], "qmodIncludeFiles": [], - "qmodOutput": null + "qmodOutput": "GraphicsTweaks.qmod" }, "dependencies": [ { @@ -53,12 +57,12 @@ }, { "id": "bs-cordl", - "versionRange": "4006.*", + "versionRange": "4007.*", "additionalData": {} }, { "id": "bsml", - "versionRange": "^0.4.53", + "versionRange": "^0.4.54", "additionalData": {} }, { diff --git a/qpm.shared.json b/qpm.shared.json index fbff572..35bc243 100644 --- a/qpm.shared.json +++ b/qpm.shared.json @@ -19,6 +19,9 @@ "build": [ "pwsh ./scripts/build.ps1" ], + "clean": [ + "pwsh ./scripts/build.ps1 -clean" + ], "copy": [ "pwsh ./scripts/copy.ps1" ], @@ -45,7 +48,7 @@ "./build" ], "qmodIncludeFiles": [], - "qmodOutput": null + "qmodOutput": "GraphicsTweaks.qmod" }, "dependencies": [ { @@ -55,12 +58,12 @@ }, { "id": "bs-cordl", - "versionRange": "4006.*", + "versionRange": "4007.*", "additionalData": {} }, { "id": "bsml", - "versionRange": "^0.4.53", + "versionRange": "^0.4.54", "additionalData": {} }, { @@ -122,10 +125,10 @@ { "dependency": { "id": "bs-cordl", - "versionRange": "=4006.0.0", + "versionRange": "=4007.0.0", "additionalData": { "headersOnly": true, - "branchName": "version/v4006_0_0", + "branchName": "version/v4007_0_0", "compileOptions": { "includePaths": [ "include" @@ -141,7 +144,7 @@ } } }, - "version": "4006.0.0" + "version": "4007.0.0" }, { "dependency": { @@ -323,17 +326,17 @@ { "dependency": { "id": "bsml", - "versionRange": "=0.4.53", + "versionRange": "=0.4.54", "additionalData": { - "soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/libbsml.so", - "debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/debug_libbsml.so", + "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", "overrideSoName": "libbsml.so", - "modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/BSML.qmod", - "branchName": "version/v0_4_53", + "modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/BSML.qmod", + "branchName": "version/v0_4_54", "cmake": true } }, - "version": "0.4.53" + "version": "0.4.54" } ] } \ No newline at end of file