From 1bf5e6f7a1a004ef8c2816baf4aa2a81f7eaad1a Mon Sep 17 00:00:00 2001 From: Scott Wadden Date: Thu, 19 Oct 2023 01:21:22 -0300 Subject: [PATCH] wip --- enu.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enu.nimble b/enu.nimble index 55e286af..8be6c975 100644 --- a/enu.nimble +++ b/enu.nimble @@ -205,7 +205,7 @@ task gen, "Generate build_helpers": discard gen() proc code_sign(id, path: string) = - exec &"codesign -s '{id}' -v --timestamp --options runtime {path}" + exec &"codesign --force -s '{id}' --options runtime {path} -v" task dist_prereqs, "Build godot debug and release versions, and download fonts": p "Buiding distribution prereqs..."