From f4af6fa56b6d491e6e3f21f955b0f9cdbc3cd11f Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 31 Oct 2025 15:57:52 +0100 Subject: [PATCH] fix buildscript to not overwrite static manifest path --- gulpfile.mjs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gulpfile.mjs b/gulpfile.mjs index 7482ddc3..23dd776f 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -103,12 +103,6 @@ function updateManifestFile() { value: process.env.VERSION }) ) - .pipe( - jsonModify({ - key: "manifest", - value: "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/system.json".replace("{{VERSION}}", process.env.VERSION) - }) - ) .pipe( jsonModify({ key: "download",