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 b0085e1 commit 1173f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/WarThunder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ let
echo "Installing launcher, bpreport, and selfupdater scripts to the user directory"
install -m755 -D \
../War-Thunder-086d99e/launcher "$ACES64_DIR/launcher"
$STORE_PATH/../War-Thunder-086d99e/launcher "$ACES64_DIR/launcher"
install -m755 -D \
../War-Thunder-086d99e/gaijin_selfupdater "$ACES64_DIR/gaijin_selfupdater"
$STORE_PATH/../War-Thunder-086d99e/gaijin_selfupdater "$ACES64_DIR/gaijin_selfupdater"
install -m755 -D \
../War-Thunder-086d99e/bpreport "$ACES64_DIR/bpreport"
$STORE_PATH/../War-Thunder-086d99e/bpreport "$ACES64_DIR/bpreport"
cp ca-bundle.crt "$ACES64_DIR/ca-bundle.crt"
cp launcherr.dat "$ACES64_DIR/launcherr.dat"
Expand Down

0 comments on commit 1173f13

Please sign in to comment.