diff --git a/scripts/prepareManifest.mjs b/scripts/prepareManifest.mjs index bfdbfba..0420f71 100644 --- a/scripts/prepareManifest.mjs +++ b/scripts/prepareManifest.mjs @@ -25,6 +25,7 @@ if (manifest.esmodules) { }; // Remove dev flags +delete manifest.flags?.inDev; delete manifest.flags?.hotReload; if (Object.keys(manifest.flags).length === 0) { diff --git a/system.json b/system.json index 6cf405f..5c76107 100644 --- a/system.json +++ b/system.json @@ -28,13 +28,14 @@ "path": "langs/en-ca.json" } ], - "url": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt", - "manifest": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt/releases/latest/download/module.json", - "download": "#{DOWNLOAD}#", + "url": "", + "manifest": "", + "download": "", "readme": "README.md", "bugs": "", "socket": true, "flags": { + "inDev": true, "hotReload": { "extensions": ["css", "hbs", "json", "mjs", "svg"], "paths": ["assets", "templates", "langs", "module", "dev"]