From 7d56d03af530ac86c78732f6884faba7fd6132de Mon Sep 17 00:00:00 2001 From: Tad <7566941+Toakan@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:31:38 +0100 Subject: [PATCH] Added Signing AUthority Signed-off-by: Tad <7566941+Toakan@users.noreply.github.com> --- .hemtt/project.toml | 46 ++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 33ad6cb..8cebe24 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -1,21 +1,25 @@ -name = "SimplePersist" -author = "Tad" -mainprefix = "tad" -prefix = "sp" - -[files] -include = ["LICENSE"] -exclude = ["icons/*.psd"] - -[version] -major = 0 -minor = 1 -patch = 0 -git_hash = 0 - -[hemtt.release] -sign = true -archive = false - -[hemtt.dev] -name = "SimplePersist [TESTING]" +name = "SimplePersist" +author = "Tad" +mainprefix = "tad" +prefix = "sp" + +[files] +include = ["LICENSE"] +exclude = ["icons/*.psd"] + +[version] +major = 0 +minor = 1 +patch = 0 +git_hash = 0 + +[signing] +authority = "Tad-TN" +version = 3 + +[hemtt.release] +sign = true +archive = false + +[hemtt.dev] +name = "SimplePersist [TESTING]"