Skip to content

Commit 3317584

Browse files
committed
fix: fix icon detection on desktop
1 parent 0bcefcd commit 3317584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/game-state/src/importer/desktop-importer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export async function importDesktop(filePath: string): Promise<GameShelfEntry[]>
4040
ported_by: found.ported_by,
4141
version: found.version,
4242
description: found.description,
43+
icon: found.resources?.icon ? `${urlPrefix}${found.resources.icon}` : undefined,
4344
loadConfig: {
4445
url: urlPrefix,
4546
entrypoint: found.file,

0 commit comments

Comments
 (0)