about summary refs log tree commit diff
path: root/pkgs/games/xivlauncher
diff options
context:
space:
mode:
authorash <ash@sorrel.sh>2022-10-29 15:42:41 +0100
committerash <ash@sorrel.sh>2022-10-29 15:45:15 +0100
commit0b9ef60d38ba4f2731be07c2b6fe700285cc189c (patch)
tree3068ee14bfd88f3cfec67927667362d4571fec43 /pkgs/games/xivlauncher
parent97c97f5c4ee38e9c34f91c41b931f82af295719d (diff)
xivlauncher: set meta.mainProgram
Diffstat (limited to 'pkgs/games/xivlauncher')
-rw-r--r--pkgs/games/xivlauncher/default.nix1
1 files changed, 1 insertions, 0 deletions
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";
     };
   }