From 150415a5a56bf07b8ff416c37de9efbf6a55a767 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Wed, 17 Jul 2024 02:33:32 -0300 Subject: [PATCH] updated hemtt project config file to handle hooks for extension deployment --- .hemtt/project.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index a2486b7..875789a 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -23,7 +23,11 @@ exclude = [ "*.obj", ] -include = [] +include = [ + "LICENSE", + "*/*.dll", + "*/*.so" +] [properties] author = "ARMATAK Team" @@ -34,7 +38,14 @@ preset = "Hemtt" [hemtt.launch] workshop = [ - "450814997", # CBA_A3 + "450814997", # CBA +] +parameters = [ + "-skipIntro", + "-noSplash", + "-showScriptErrors", + "-debug", + "-filePatching", ] [binarize]