From 461402cb747a7e80a03c1f39ecfc18e722f82f87 Mon Sep 17 00:00:00 2001 From: FernTheDev <15272073+Fernthedev@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:25:50 -0400 Subject: [PATCH] Fix version and mod.template.json --- mod.template.json | 3 ++- qpm.json | 8 +++++--- qpm.shared.json | 8 +++++--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/mod.template.json b/mod.template.json index 42dc3d3..c531ac3 100644 --- a/mod.template.json +++ b/mod.template.json @@ -10,8 +10,9 @@ "packageVersion": "1.37.0_9064817954", "description": "Colors!", "modFiles": [], + "lateModFiles": ["${binary}"], "dependencies": [], "libraryFiles": [], "fileCopies": [], "copyExtensions": [] -} \ No newline at end of file +} diff --git a/qpm.json b/qpm.json index 9666219..037302f 100644 --- a/qpm.json +++ b/qpm.json @@ -1,5 +1,5 @@ { - "version": "0.1.2", + "version": "0.4.0", "sharedDir": "shared", "dependenciesDir": "extern", "info": { @@ -99,8 +99,10 @@ }, { "id": "scotland2", - "versionRange": "*", - "additionalData": {} + "versionRange": "^0.1.0", + "additionalData": { + "includeQmod": false + } }, { "id": "libil2cpp", diff --git a/qpm.shared.json b/qpm.shared.json index 49c2ad3..9f49eed 100644 --- a/qpm.shared.json +++ b/qpm.shared.json @@ -1,6 +1,6 @@ { "config": { - "version": "0.1.0", + "version": "0.4.0", "sharedDir": "shared", "dependenciesDir": "extern", "info": { @@ -100,8 +100,10 @@ }, { "id": "scotland2", - "versionRange": "*", - "additionalData": {} + "versionRange": "^0.1.0", + "additionalData": { + "includeQmod": false + } }, { "id": "libil2cpp",