We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2a62f commit 97494c1Copy full SHA for 97494c1
1 file changed
satisfactory/satisfactory.json
@@ -35,13 +35,13 @@
35
{
36
"type": "command",
37
"commands": [
38
- "chmod +x Engine/Binaries/Linux/UnrealServer-Linux-Shipping",
+ "chmod +x Engine/Binaries/Linux/FactoryServer-Linux-Shipping",
39
"mkdir -p ./FactoryGame/Saved/Config/LinuxServer/"
40
]
41
}
42
],
43
"run": {
44
- "command": "./Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}",
+ "command": "./Engine/Binaries/Linux/FactoryServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}",
45
"stopCode": 15,
46
"environmentVars": {
47
"LD_LIBRARY_PATH": "./linux64"
0 commit comments