updated manifest to raw file

This commit is contained in:
KungKurt 2025-02-16 02:55:59 +01:00
parent f0153c852e
commit 6faee60deb

View File

@ -6,6 +6,7 @@
{ "name": "Robin Riis" } { "name": "Robin Riis" }
], ],
"version": "0.1.0", "version": "0.1.0",
"minimumCoreVersion": 10,
"compatability": { "compatability": {
"minimum": "12", "minimum": "12",
"verified": "12" "verified": "12"
@ -33,5 +34,5 @@
], ],
"url": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module", "url": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module",
"download": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/archive/main.zip", "download": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/archive/main.zip",
"manifest": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/src/branch/main/module.json" "manifest": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/raw/branch/main/module.json"
} }