summary refs log tree commit diff
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
parent97c97f5c4ee38e9c34f91c41b931f82af295719d (diff)
downloadnixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.tar
nixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.tar.gz
nixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.tar.bz2
nixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.tar.lz
nixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.tar.xz
nixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.tar.zst
nixpkgs-0b9ef60d38ba4f2731be07c2b6fe700285cc189c.zip
xivlauncher: set meta.mainProgram
-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 f9444f1c519..0bd586d458c 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";
     };
   }