chore(nix): add meta.mainProgram attribute
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
97ced1f459
commit
97da8892b9
@ -58,6 +58,7 @@ assert lib.assertMsg (stdenv.isLinux || !gamemodeSupport) "gamemodeSupport is on
|
||||
dontWrapQtApps = true;
|
||||
|
||||
meta = with lib; {
|
||||
mainProgram = "prismlauncher";
|
||||
homepage = "https://prismlauncher.org/";
|
||||
description = "A free, open source launcher for Minecraft";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user