mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:53:30 +00:00
updated hemtt project config file to handle hooks for extension deployment
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user