From 987df47f4e7b9fbe34eaf12b98e2d7a4808498fa Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 22 Nov 2025 16:11:02 +1100 Subject: [PATCH] fix: update comparison table --- promo/src/components/comparison.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/promo/src/components/comparison.tsx b/promo/src/components/comparison.tsx index 528673b8..75df6c3d 100644 --- a/promo/src/components/comparison.tsx +++ b/promo/src/components/comparison.tsx @@ -120,10 +120,10 @@ const projects: Array<{ 'Non-versioned layout': true, 'Installer/setup games': true, 'Portable games': true, - 'Archives support': '.zip', + 'Archives support': 'All 7-zip formats', }, Metadata: { - "Additional with plugins": false, + 'Additional with plugins': false, IGDB: true, GiantBomb: true, PCGamingWiki: true, @@ -177,17 +177,13 @@ const projects: Array<{ 'Non-versioned layout': true, 'Installer/setup games': true, 'Portable games': true, - 'Archives support': - '.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(' '), + 'Archives support': 'All 7-zip formats', }, Metadata: { - "Additional with plugins": true, + 'Additional with plugins': true, IGDB: true, Manual: true, - VNDB: "Community plugin" + VNDB: 'Community plugin', }, Clients: { Windows: true,