From 950097fc01d99f72c1676a3521b7e18c55a92a13 Mon Sep 17 00:00:00 2001 From: Metalit <48568911+Metalit@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:18:57 -0600 Subject: [PATCH] Fix template for qpm --- .gitignore | 4 +++- mod.template.json | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 758c8b3..7be2392 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,6 @@ cmake-build-*/ extern.cmake # QMOD Schema -mod.json.schema \ No newline at end of file +mod.json.schema + +.cache/ diff --git a/mod.template.json b/mod.template.json index aa176cd..cc1635d 100644 --- a/mod.template.json +++ b/mod.template.json @@ -5,11 +5,14 @@ "id": "${mod_id}", "author": "Metalit", "version": "${version}", + "modloader": "QuestLoader", "packageId": "com.beatgames.beatsaber", "packageVersion": "1.28.0_4124311467", "description": "Watch back your best scores!", "dependencies": [], - "modFiles": [], + "modFiles": [ + "${binary}" + ], "libraryFiles": [], "fileCopies": [] }