1
0
this mod used a release tag (with no additional assets) and originally had `automatic-verison-check: true`, although auto updates for tags weren't implemented, so this field was set to `false` by index maintainers. now that this is supported im making this patch to restore `automatic-version-check`
This commit is contained in:
ورد
2025-04-22 22:38:28 +02:00
committed by GitHub
parent ff379f8a63
commit ddefced4b9

View File

@@ -9,6 +9,6 @@
"author": "Starlet Devil",
"repo": "https://github.com/AstrumNativus/AzzysJokers",
"downloadURL": "https://github.com/AstrumNativus/AzzysJokers/archive/refs/tags/v1.2.2.zip",
"automatic-version-check": false,
"automatic-version-check": true,
"version": "v1.2.2"
}