Browse Source
Merge branch 'hotfix/v24.1.5' into develop
pull/4524/head
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
3 additions and
3 deletions
-
.github/workflows/labeler.yml
-
lgsm/modules/core_modules.sh
-
linuxgsm.sh
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Issue Labeler |
|
|
|
uses: github/issue-labeler@v3.3 |
|
|
|
uses: github/issue-labeler@v3.4 |
|
|
|
with: |
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
configuration-path: .github/labeler.yml |
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
modulesversion="v24.1.4" |
|
|
|
modulesversion="v24.1.5" |
|
|
|
|
|
|
|
# Core |
|
|
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v24.1.4" |
|
|
|
version="v24.1.5" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
commandname="CORE" |
|
|
|