Browse Source

Add download to manifest

tags/test
bertieb 3 years ago
parent
commit
d7dc5aae6d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      module.json

+ 3
- 2
module.json View File

@@ -6,6 +6,7 @@
"version": "0.0.1",
"minimumCoreVersion": "0.6.5",
"scripts": [ "scripts/wallconvert.js" ],
"url": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing"
"manifest": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/raw/branch/master/module.json"
"url": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing",
"manifest": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/raw/branch/master/module.json",
"download": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/archive/0.0.1.zip"
}

Loading…
Cancel
Save