From 83fe7b008ca0d37eda6b7493f24fbff420d4c63b Mon Sep 17 00:00:00 2001 From: Mephist0phel3s Date: Thu, 9 Jan 2025 06:36:36 -0600 Subject: [PATCH] s --- pkgs/games/WarThunder/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/WarThunder/default.nix b/pkgs/games/WarThunder/default.nix index 00c5b49b24198..6c1f483873c7b 100644 --- a/pkgs/games/WarThunder/default.nix +++ b/pkgs/games/WarThunder/default.nix @@ -28,7 +28,6 @@ let fi echo "Installing launcher, bpreport, and selfupdater scripts to the user directory" install -m755 -D launcher "$ACES64_DIR/launcher" - install -m755 -D launcher "$out/bin/launcher" install -m755 -D gaijin_selfupdater "$ACES64_DIR/gaijin_selfupdater" install -m755 -D bpreport "$ACES64_DIR/bpreport" @@ -125,6 +124,7 @@ libPath = lib.makeLibraryPath [ autoPatchelfHook stdenv.cc.cc stdenv.cc.cc.lib r fi echo "INFO: sym linking aces to WarThunder for purposes of desktop execution." ln -s ${acesx86_64}/bin/acesx86_64 $out/bin/WarThunder + install -m755 -D launcher "$out/bin/launcher" runHook postInstall '';