From a19bce7e8a99eee72f75dc5e2c170d3cda40cf68 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 28 Jan 2024 20:18:57 -0700 Subject: [PATCH] Update the URL positioning in the system json --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index f4cd6e6..b663990 100644 --- a/system.json +++ b/system.json @@ -3,6 +3,9 @@ "title": ".dungeon", "description": "", "version": "0.0.1", + "download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/download/v0.0.1/dotdungeon.zip", + "manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json", + "url": "https://github.com/Oliver-Akins/foundry.dungeon", "compatibility": { "minimum": 11, "verified": 11, @@ -14,9 +17,6 @@ "url": "https://oliver.akins.me" } ], - "url": "https://github.com/Oliver-Akins/foundry.dungeon", - "manifest": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/system.json", - "download": "https://github.com/Oliver-Akins/foundry.dungeon/releases/latest/download/dotdungeon.zip", "esmodules": [ "module/dotdungeon.mjs" ],