Skip to content

Commit 290eb6b

Browse files
maximalmax90dgibbs64dependabot[bot]
authored
Update update_vintagestory.sh (#4286)
* build(deps): bump github/issue-labeler from 3.1 to 3.2 (#4258) Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.1 to 3.2. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](github/issue-labeler@v3.1...v3.2) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update update_vintagestory.sh * Update _default.cfg --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Daniel Gibbs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d83e9d9 commit 290eb6b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Issue Labeler
17-
uses: github/issue-labeler@v3.1
17+
uses: github/issue-labeler@v3.2
1818
with:
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2020
configuration-path: .github/labeler.yml

lgsm/config-default/config-lgsm/vintsserver/_default.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#### Game Server Settings ####
1010

1111
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
12-
startparameters="--datapath ${servercfgdir}"
12+
startparameters="--dataPath ${servercfgdir}"
1313

1414
## Release Settings | https://docs.linuxgsm.com/game-servers/vintagestory#release-settings
1515
# Branch (stable|unstable)
@@ -150,8 +150,8 @@ glibc="2.17"
150150
## Game Server Directories
151151
systemdir="${serverfiles}"
152152
executabledir="${systemdir}"
153-
preexecutable="mono"
154-
executable="./VintagestoryServer.exe"
153+
preexecutable=""
154+
executable="./VintagestoryServer"
155155
servercfgdir="${serverfiles}/data/${selfname}"
156156
servercfg="serverconfig.json"
157157
servercfgdefault="serverconfig.json"

lgsm/modules/update_vintagestory.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ fn_update_remotebuild() {
4242
else
4343
remotebuildversion=$(echo "${remotebuildresponse}" | jq -r '[ to_entries[] ] | .[].key' | grep -E "\-rc|\-pre" | sort -r -V | head -1)
4444
fi
45-
remotebuildfilename=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].server.filename')
46-
remotebuildurl=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].server.urls.cdn')
47-
remotebuildhash=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].server.md5')
45+
remotebuildfilename=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.filename')
46+
remotebuildurl=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.urls.cdn')
47+
remotebuildhash=$(echo "${remotebuildresponse}" | jq --arg remotebuildversion "${remotebuildversion}" -r '.[$remotebuildversion].linuxserver.md5')
4848

4949
if [ "${firstcommandname}" != "INSTALL" ]; then
5050
fn_print_dots "Checking remote build: ${remotelocation}"

0 commit comments

Comments
 (0)