From 56a001e60c1a86166af3905bf0457add13cba478 Mon Sep 17 00:00:00 2001 From: Daniel <790119+DanTheMan827@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:38:19 -0600 Subject: [PATCH] Make qmod a library --- mod.template.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod.template.json b/mod.template.json index 985d48f..a179cf4 100644 --- a/mod.template.json +++ b/mod.template.json @@ -12,5 +12,6 @@ "${binary}" ], "fileCopies": [], - "copyExtensions": [] -} \ No newline at end of file + "copyExtensions": [], + "isLibrary": true +}