Skip to content

Commit

Permalink
unreal-gold - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 16, 2024
1 parent 8a3f1fe commit 825e243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions engines/unreal-gold-64/assets/run-unreal-64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

chmod +x ../System64/UnrealLinux.bin
chmod +x ../System64/unreal-bin-amd64
cd ../System64
LD_LIBRARY_PATH="../System/lib:$LD_LIBRARY_PATH" ./UnrealLinux.bin -log
LD_LIBRARY_PATH="../System/lib:$LD_LIBRARY_PATH" ./unreal-bin-amd64 -log
4 changes: 2 additions & 2 deletions engines/unreal-gold/assets/run-unreal.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

chmod +x ../System/UnrealLinux.bin
chmod +x ../System/unreal-bin-x86
cd ../System
LD_LIBRARY_PATH="../System/lib:$LD_LIBRARY_PATH" ./UnrealLinux.bin -log
LD_LIBRARY_PATH="../System/lib:$LD_LIBRARY_PATH" ./unreal-bin-x86 -log

0 comments on commit 825e243

Please sign in to comment.