From 667ea5ee08f1d1260231d65bd9d5592a32803064 Mon Sep 17 00:00:00 2001 From: jokoho482 Date: Sun, 28 Apr 2024 11:30:02 +0200 Subject: [PATCH] fix issue with ISDEV not getting commented out correctly when release i build --- .hemtt/project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 0ad659d..12612f0 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -1,7 +1,7 @@ name = "Streamator" mainprefix = "tc" modname = "Streamator" -prefix = "TC" +prefix = "Streamator" author = "CLib Team" include = ["./include"]