From 84100cfcddd5901b66625207d1fa938783222ede Mon Sep 17 00:00:00 2001 From: Ammerhai Date: Sat, 19 Oct 2024 19:11:17 +0200 Subject: [PATCH] fix module.json --- module.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module.json b/module.json index 4fb0052..8e24733 100644 --- a/module.json +++ b/module.json @@ -16,7 +16,7 @@ { "name": "cos-actors", "label": "CoS - Akteure", - "path": "/packs/cosactors.db", + "path": "/packs/cos-actors.db", "entity": "Actor", "type": "Actor", "system": "dnd5e" @@ -24,7 +24,7 @@ { "name": "cos-playlists", "label": "CoS - Playlists", - "path": "/packs/cosplaylists.db", + "path": "/packs/cos-playlists.db", "entity": "Playlist", "type": "Playlist", "system": "dnd5e" @@ -32,7 +32,7 @@ { "name": "cos-tarokka-deck", "label": "CoS - Tarokka Deck", - "path": "/packs/costarokkadeck.db", + "path": "/packs/cos-tarokka-deck.db", "entity": "Playlist", "type": "Actor", "system": "dnd5e" @@ -40,7 +40,7 @@ { "name": "cos-items", "label": "CoS - Items", - "path": "/packs/cositems.db", + "path": "/packs/cos-items.db", "entity": "Item", "type": "Item", "system": "dnd5e" @@ -48,7 +48,7 @@ { "name": "cos-scenes", "label": "CoS - Scenes", - "path": "/packs/cosscenes.db", + "path": "/packs/cos-scenes.db", "entity": "Scene", "type": "Scene", "system": "dnd5e" @@ -70,6 +70,6 @@ } ], - "manifest": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/lastest/module.json", + "manifest": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/latest/module.json", "download": "https://gitea.ammerhai.com/foundry/curse-of-strahd/releases/download/0.1.0/curse-of-strahd.zip" } \ No newline at end of file