You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vice/src/arch/shared/make-bindist_osx.sh
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ WARN_CODE_SIGN=false
36
36
[ -z${DEPS_PREFIX+set} ] && (>&2echo"ERROR: Please set DEPS_PREFIX environment variable to something like /opt/local, /usr/local, or /opt/homebrew";exit 1)
37
37
38
38
if [ -z${CODE_SIGN_ID+set} ];then
39
-
CODE_SIGN_ID=$(security find-identity -v -p codesigning | grep "Developer ID Application"| head -n1 | awk -F'"''{ print $2 }')
0 commit comments