Merge pull request #85284 from andersk/system-syzygy
system-syzygy: Fix invalid desktopFile arguments
This commit is contained in:
commit
7b20f79df3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
desktopFile = makeDesktopItem {
|
||||
name = "system-syzygy";
|
||||
exec = "%out%/bin/syzygy";
|
||||
exec = "@out@/bin/syzygy";
|
||||
comment = "A puzzle game";
|
||||
desktopName = "System Syzygy";
|
||||
categories = "Game;";
|
||||
|
|
Loading…
Reference in a new issue