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" }
],
"version": "0.1.0",
"minimumCoreVersion": 10,
"compatability": {
"minimum": "12",
"verified": "12"
@ -33,5 +34,5 @@
],
"url": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module",
"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"
}