forge/arma/server/.hemtt/project.toml
2026-05-23 09:23:12 -05:00

27 lines
436 B
TOML

name = "forge-server"
author = "J.Schmidt"
prefix = "forge_server"
mainprefix = "forge"
[version]
path = "addons/main/script_version.hpp"
git_hash = 0
[files]
include = [
"mod.cpp",
"meta.cpp",
"icon_64_ca.paa",
"icon_128_ca.paa",
"icon_128_highlight_ca.paa",
"title_ca.paa",
"config.example.toml",
"LICENSE.md",
"README.md",
"surrealdb/**/*",
]
exclude = []
[properties]
author = "J.Schmidt"