From 9769bf13cea2969b30329a5ea1864431af8eeb88 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 29 Feb 2024 06:39:52 -0600 Subject: [PATCH] Tools - Update for HEMTT 1.11 (#1304) Co-authored-by: jonpas --- .hemtt/project.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 775b753b6..c36956350 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -19,17 +19,13 @@ include = [ [version] git_hash = 0 +# Unused in HEMTT v1.11 or higher, kept for backwards compatibility [asc] enabled = true exclude = [ - "/initsettings.sqf", - "/initkeybinds.sqf", - "/xeh_prep.sqf", + ".inc.sqf", ] -[hemtt.config] -preset = "Hemtt" - [hemtt.release] folder = "acre2"