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