Skip to content

Commit

Permalink
changed paths to work better (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trip7274 authored Jul 28, 2024
1 parent c264e6e commit fe963cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions starbound/starbound.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -71,4 +71,4 @@
"os": "linux",
"arch": "amd64"
}
}
}

0 comments on commit fe963cd

Please sign in to comment.