This commit is contained in:
Jean-Marie 'Histausse' Mineau 2023-11-05 21:24:02 +01:00
parent 637e703874
commit e0142fa11c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 7 additions and 7 deletions

View file

@ -10,17 +10,17 @@
"esmodules": [
"modules/settings.js"
],
"version": "1.0.0",
"version": "1.1.0",
"compatibility": {
"minimum": "10",
"verified": "10"
"verified": "11"
},
"relationships": {
"systems": [{
"id": "dungeonworld",
"type": "system",
"compatibility": {
"verified": "1.7.0"
"verified": "1.7.1"
}
}]
},
@ -63,7 +63,7 @@
"path": "languages/en.json"
}
],
"url": "https://git.pains-perdus.fr/histausse/the_beguiler_module",
"manifest": "https://git.pains-perdus.fr/histausse/the_beguiler_module/raw/branch/main/module.json",
"download": "https://git.pains-perdus.fr/api/packages/histausse/generic/the_beguiler_module/1.0.0/the_beguiler_module.zip"
"url": "https://git.mineau.eu/histausse/the_beguiler_module",
"manifest": "https://git.mineau.eu/histausse/the_beguiler_module/raw/branch/main/module.json",
"download": "https://git.mineau.eu/api/packages/histausse/generic/the_beguiler_module/1.0.0/the_beguiler_module.zip"
}

View file

@ -14,6 +14,6 @@ cp packs/*.db "${FOLDER}/packs"
zip -r "${TMP_DIR}/the_beguiler_module.zip" "${FOLDER}"
curl --user "histausse:${GITEA_TOKEN}" \
--upload-file "${TMP_DIR}/the_beguiler_module.zip" \
"https://git.pains-perdus.fr/api/packages/histausse/generic/the_beguiler_module/${VERSION}/the_beguiler_module.zip"
"https://git.mineau.eu/api/packages/histausse/generic/the_beguiler_module/${VERSION}/the_beguiler_module.zip"
rm -rf "${TMP_DIR}"