fix: update comparison table

This commit is contained in:
DecDuck
2025-11-22 16:11:02 +11:00
parent 1bdea73cdb
commit 987df47f4e
+5 -9
View File
@@ -120,10 +120,10 @@ const projects: Array<{
'Non-versioned layout': true, 'Non-versioned layout': true,
'Installer/setup games': true, 'Installer/setup games': true,
'Portable games': true, 'Portable games': true,
'Archives support': '.zip', 'Archives support': 'All 7-zip formats',
}, },
Metadata: { Metadata: {
"Additional with plugins": false, 'Additional with plugins': false,
IGDB: true, IGDB: true,
GiantBomb: true, GiantBomb: true,
PCGamingWiki: true, PCGamingWiki: true,
@@ -177,17 +177,13 @@ const projects: Array<{
'Non-versioned layout': true, 'Non-versioned layout': true,
'Installer/setup games': true, 'Installer/setup games': true,
'Portable games': true, 'Portable games': true,
'Archives support': 'Archives support': 'All 7-zip formats',
'.7z .xz .bz2 .gz .tar .zip .wim .ar .arj .cab .chm .cpio .cramfs .dmg .ext .fat .gpt .hfs .ihex .iso .lzh .lzma .mbr .msi .nsis .ntfs .qcow2 .rar .rpm .squashfs .udf .uefi .vdi .vhd .vmdk .wim .xar .z'
.split(' ')
.sort()
.join(' '),
}, },
Metadata: { Metadata: {
"Additional with plugins": true, 'Additional with plugins': true,
IGDB: true, IGDB: true,
Manual: true, Manual: true,
VNDB: "Community plugin" VNDB: 'Community plugin',
}, },
Clients: { Clients: {
Windows: true, Windows: true,