From b7f6040631a25fae81d2771a30c62034b2d1fe4c Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Thu, 18 Jul 2024 02:51:01 -0300 Subject: [PATCH] added asset files to project hemtt include --- .hemtt/project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index aa37ad1..3d14b41 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -27,7 +27,7 @@ include = [ "LICENSE", "*/*.dll", "*/*.so", - "files/*" + "files/*.paa" ] [properties]