fix pack path

This commit is contained in:
magicjedi90 2020-07-21 17:10:23 -07:00
parent ca25c53a74
commit 4947a8c8c1

View file

@ -11,43 +11,43 @@
{
"name": "weapons",
"label": "Weapons",
"path": "/packs/weapons.db",
"path": "./packs/weapons.db",
"entity": "Item"
},
{
"name": "adventuringgear",
"label": "Adventuring Gear",
"path": "/packs/adventuringgear.db",
"path": "./packs/adventuringgear.db",
"entity": "Item"
},
{
"name": "armor",
"label": "Armor",
"path": "/packs/armor.db",
"path": "./packs/armor.db",
"entity": "Item"
},
{
"name": "enhanceditems",
"label": "Enhanced Items",
"path": "/packs/enhanceditems.db",
"path": "./packs/enhanceditems.db",
"entity": "Item"
},
{
"name": "gamingset",
"label": "Gaming Sets",
"path": "/packs/gamingset.db",
"path": "./packs/gamingset.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes",
"path": "/packs/classes.db",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "species",
"label": "Species",
"path": "/packs/species.db",
"path": "./packs/species.db",
"entity": "Item"
}
],
@ -67,7 +67,7 @@
"minimumCoreVersion": "0.5.2",
"compatibleCoreVersion": "0.6.8",
"url": "https://github.com/unrealkakeman89/sw5e",
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json",
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/magicjedi90/system.json",
"download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip"
}