Skip to content

Commit 97494c1

Browse files
authored
Update satisfactory.json (#335)
1 parent 7e2a62f commit 97494c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

satisfactory/satisfactory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
{
3636
"type": "command",
3737
"commands": [
38-
"chmod +x Engine/Binaries/Linux/UnrealServer-Linux-Shipping",
38+
"chmod +x Engine/Binaries/Linux/FactoryServer-Linux-Shipping",
3939
"mkdir -p ./FactoryGame/Saved/Config/LinuxServer/"
4040
]
4141
}
4242
],
4343
"run": {
44-
"command": "./Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}",
44+
"command": "./Engine/Binaries/Linux/FactoryServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}",
4545
"stopCode": 15,
4646
"environmentVars": {
4747
"LD_LIBRARY_PATH": "./linux64"

0 commit comments

Comments
 (0)