Merge pull request #85284 from andersk/system-syzygy

system-syzygy: Fix invalid desktopFile arguments
This commit is contained in:
worldofpeace
2020-04-16 02:23:33 -04:00
committed by GitHub

View File

@@ -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;";