Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Oct 19, 2023
1 parent 53de61e commit 1bf5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enu.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 1bf5e6f

Please sign in to comment.