From b52e8bd236feaaee906da4b377b47834bb8cbe5e Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Tue, 24 Feb 2026 05:36:18 +0100 Subject: [PATCH] removed hardcoded paths --- project.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project.json b/project.json index d01dfa2..3844b23 100644 --- a/project.json +++ b/project.json @@ -76,11 +76,13 @@ "debug": true, "dependencies": [ { - "path":"/home/jorijn/repos/Crafter/Crafter.Event/project.json", + "path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git", + "pathh":"/home/jorijn/repos/Crafter/Crafter.Event/project.json", "configuration":"lib-debug" }, { - "path":"/home/jorijn/repos/Crafter/Crafter.Math/project.json", + "path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Math.git", + "pathh":"/home/jorijn/repos/Crafter/Crafter.Math/project.json", "configuration":"lib-debug" } ]