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",