Publish Modrinth Plus self-update metadata
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 7s
Build / build-windows (push) Failing after 14m35s

This commit is contained in:
MrSphay
2026-05-15 23:22:51 +02:00
parent f3685cace3
commit d0ba75e18e
4 changed files with 74 additions and 2 deletions

View File

@@ -30,8 +30,13 @@
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwMzM5QkE0M0FCOERBMzkKUldRNTJyZzZwSnN6SUdPRGdZREtUUGxMblZqeG9OVHYxRUlRTzJBc2U3MUNJaDMvZDQ1UytZZmYK",
"endpoints": ["https://launcher-files.modrinth.com/updates.json"]
"pubkey": "MODRINTH_PLUS_UPDATER_PUBLIC_KEY",
"endpoints": [
"https://git.wilkensxl.de/api/packages/MrSphay/generic/modrinth-plus/latest/latest.json"
],
"windows": {
"installMode": "passive"
}
}
}
}