From e1a5c9980ad002519d839615759cfe3a9c81a22b Mon Sep 17 00:00:00 2001 From: Trip Date: Wed, 24 Jul 2024 07:56:28 +0300 Subject: [PATCH] changed paths to work better --- starbound/starbound.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}