Skip to content

Commit

Permalink
Correct binary used
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Jan 3, 2024
1 parent 1eca516 commit 3f99d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satisfactory/satisfactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
{
"type": "command",
"commands": [
"chmod +x Engine/Binaries/Linux/UE4Server-Linux-Shipping",
"chmod +x Engine/Binaries/Linux/UnrealServer-Linux-Shipping",
"mkdir -p ./FactoryGame/Saved/Config/LinuxServer/"
]
}
],
"run": {
"command": "./Engine/Binaries/Linux/UE4Server-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}",
"command": ".Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}",
"stopCode": 2,
"environmentVars": {
"LD_LIBRARY_PATH": "./linux64"
Expand Down

0 comments on commit 3f99d70

Please sign in to comment.