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]"