updated hemtt project config file to handle hooks for extension deployment

This commit is contained in:
Valmo Trindade
2024-07-17 02:33:32 -03:00
parent ec7345c35b
commit 150415a5a5

View File

@@ -23,7 +23,11 @@ exclude = [
"*.obj", "*.obj",
] ]
include = [] include = [
"LICENSE",
"*/*.dll",
"*/*.so"
]
[properties] [properties]
author = "ARMATAK Team" author = "ARMATAK Team"
@@ -34,7 +38,14 @@ preset = "Hemtt"
[hemtt.launch] [hemtt.launch]
workshop = [ workshop = [
"450814997", # CBA_A3 "450814997", # CBA
]
parameters = [
"-skipIntro",
"-noSplash",
"-showScriptErrors",
"-debug",
"-filePatching",
] ]
[binarize] [binarize]