We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcefcd commit 3317584Copy full SHA for 3317584
libs/game-state/src/importer/desktop-importer.ts
@@ -40,6 +40,7 @@ export async function importDesktop(filePath: string): Promise<GameShelfEntry[]>
40
ported_by: found.ported_by,
41
version: found.version,
42
description: found.description,
43
+ icon: found.resources?.icon ? `${urlPrefix}${found.resources.icon}` : undefined,
44
loadConfig: {
45
url: urlPrefix,
46
entrypoint: found.file,
0 commit comments