daggerfall-unity: Link shortcut executable to main program
Makes it less likely to break if ever the program name changes.
This commit is contained in:
@@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
desktopName = "Daggerfall Unity";
|
||||
comment = finalAttrs.meta.description;
|
||||
icon = "UnityPlayer";
|
||||
exec = "DaggerfallUnity.x86_64";
|
||||
exec = finalAttrs.meta.mainProgram;
|
||||
categories = [ "Game" ];
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user