Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephist0phel3s committed Jan 9, 2025
1 parent 9d79249 commit 83fe7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/WarThunder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
'';

Expand Down

0 comments on commit 83fe7b0

Please sign in to comment.