diff --git a/package.json b/package.json index 4b9a6d0..7509f18 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "gulp build --dbg", "build:target": "gulp buildTarget --dbg", "build:link": "gulp build --dbg && gulp link", - "build:prod": "gulp build && gulp link", + "build:prod": "gulp build", "build:watch": "gulp watch", "build:watch:target": "gulp watchTarget", "clean": "gulp clean && gulp link --clean" diff --git a/source/system.json b/source/system.json index f9a948c..808f4a8 100644 --- a/source/system.json +++ b/source/system.json @@ -70,8 +70,8 @@ "primaryTokenAttribute": "lp", "secondaryTokenAttribute": "ap", "url": "https://github.com/hjmaier/midgard5", - "manifest": "https://raw.githubusercontent.com/hjmaier/midgard5/main/system.json", - "download": "https://github.com/hjmaier/midgard5/archive/V0.06h.zip", + "manifest": "https://github.com/michaelstein/foundry-vtt-system-midgard5/releases/download/v1.0.0/system.json", + "download": "https://github.com/michaelstein/foundry-vtt-system-midgard5/releases/download/v1.0.0/midgard5-v1.0.0.zip", "initiative": "@gw.value + @gw.bonus", "license": "LICENSE.txt" }