added (mono) and (il2cpp) to table

This commit is contained in:
Lachee 2025-05-07 21:40:33 +10:00
parent c026fd0983
commit f8ca547646
No known key found for this signature in database
GPG Key ID: F1694B0D3BCBCD55

View File

@ -111,6 +111,9 @@ def main():
groups = matches.groups()
version = groups[1]
component = groups[2]
if groups[3]: # If there's a fourth group
component = f"{component} ({groups[3].strip('-')})" # Add it in parentheses, removing any leading/trailing dashes
if version not in versions:
versions[version] = {}
versions[version][component] = tag