chore: Update config with new fields

This commit is contained in:
Lucas Schwiderski 2023-03-09 17:40:22 +01:00
parent 2d15647fb5
commit 3cb511d0f7
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -1,7 +1,12 @@
id = "dml" id = "dml"
name = "Darktide Mod Loader" name = "Darktide Mod Loader"
description = "This is my new mod 'Darktide Mod Loader'!" summary = "The low-level facilities that enable loading mods from specially prepared bundles."
version = "0.1.0" version = "23.4.05"
author = "Darktide Modders"
categories = [
Tools
]
resources = { resources = {
init = "scripts/mods/dml/init" init = "scripts/mods/dml/init"
@ -10,7 +15,3 @@ resources = {
packages = [ packages = [
"packages/dml" "packages/dml"
] ]
depends = [
"dmf"
]