Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5ceaf10

Browse files
committed
icon fix
1 parent aaaa555 commit 5ceaf10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/src/modules/icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class Icon {
105105

106106
return `[Desktop Entry]
107107
Version=1.0
108-
Exec=${binDir}/start --game ${this.code}
108+
Exec="${binDir}/start" --game ${this.code}
109109
Path=${binDir}
110110
Icon=${png}
111111
Name=${this.title}

0 commit comments

Comments
 (0)