diff --git a/starbound/starbound.json b/starbound/starbound.json index ac39d775..02e91e1a 100644 --- a/starbound/starbound.json +++ b/starbound/starbound.json @@ -56,13 +56,13 @@ { "type": "command", "commands": [ - "chmod +x starbound_server" + "chmod +x ./linux/starbound_server" ] } ], "run": { "stopCode": 2, - "command": "./starbound_server" + "command": "./linux/starbound_server" }, "environment": { "type": "tty" @@ -71,4 +71,4 @@ "os": "linux", "arch": "amd64" } -} \ No newline at end of file +}