mirror of
https://github.com/fluxionary/minetest-book_runner.git
synced 2025-03-22 15:42:19 +00:00
update metadata
This commit is contained in:
parent
8312259827
commit
7e8d31f25d
2 changed files with 4 additions and 1 deletions
3
.github/workflows/pre-commit.yml
vendored
3
.github/workflows/pre-commit.yml
vendored
|
@ -6,6 +6,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: update
|
||||||
|
run: sudo apt-get update -y
|
||||||
|
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-python@master
|
- uses: actions/setup-python@master
|
||||||
|
|
||||||
|
|
2
mod.conf
2
mod.conf
|
@ -6,5 +6,5 @@ author = fluxionary
|
||||||
license = LGPL-3.0-or-later
|
license = LGPL-3.0-or-later
|
||||||
media_license = CC-BY-SA-4.0
|
media_license = CC-BY-SA-4.0
|
||||||
version = 2023-05-12
|
version = 2023-05-12
|
||||||
min_minetest_version = 5.6.1
|
min_minetest_version = 5.7.0
|
||||||
depends = default, fmod, futil
|
depends = default, fmod, futil
|
||||||
|
|
Loading…
Add table
Reference in a new issue