From 7bbcda29759a2ceb96a0df0e20e2354772ac2acc Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:44:40 -0500 Subject: [PATCH] chore: fix codesign --- scripts/build-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-tarball.sh b/scripts/build-tarball.sh index 26ffc804d..96481e9d1 100755 --- a/scripts/build-tarball.sh +++ b/scripts/build-tarball.sh @@ -92,7 +92,7 @@ fi cd dist if [[ "$os" == "macos" ]]; then - codesign -f -p dev.jdx. -s "Developer ID Application: Jeffrey Dickey (4993Y37DX6)" mise/bin/mise + codesign -f --prefix dev.jdx. -s "Developer ID Application: Jeffrey Dickey (4993Y37DX6)" mise/bin/mise fi if [[ "$os" == "windows" ]]; then