From 0b9ef60d38ba4f2731be07c2b6fe700285cc189c Mon Sep 17 00:00:00 2001 From: ash Date: Sat, 29 Oct 2022 15:42:41 +0100 Subject: xivlauncher: set meta.mainProgram --- pkgs/games/xivlauncher/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/xivlauncher') diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix index f9444f1c519cd..0bd586d458c27 100644 --- a/pkgs/games/xivlauncher/default.nix +++ b/pkgs/games/xivlauncher/default.nix @@ -68,5 +68,6 @@ in license = licenses.gpl3; maintainers = with maintainers; [ ashkitten sersorrel ]; platforms = [ "x86_64-linux" ]; + mainProgram = "XIVLauncher.Core"; }; } -- cgit 1.4.1