fix: Fixed a bunch of issues on linux

fix: Removed archive when unzipping with stream zip fallback
This commit is contained in:
Simeon Radivoev 2026-04-20 02:14:37 +03:00
parent 7065e64722
commit 6aacec2c0d
No known key found for this signature in database
GPG key ID: 6D1F209D0C277D60
22 changed files with 236 additions and 83 deletions

View file

@ -45,7 +45,7 @@ function LocalCardElement (data: { game: GameMetaExtra, i: number; } & FocusPara
onFocus={(focusKey, node, details) =>
{
data.game.onFocus?.(focusKey, node, details);
data.onFocus?.(focusKey, node, details);
data.onFocus?.(focusKey, node, { ...details, id: data.game.id });
}}
onAction={handleAction}
preview={preview}