mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
gah, missed a bit
This commit is contained in:
parent
06e35bbd52
commit
98e107f307
@ -48,6 +48,7 @@ case $OSTYPE in
|
||||
|
||||
set +x
|
||||
if [ -n "$MACOS_CERT" ] ; then
|
||||
echo $MACOS_CERT | base64 —decode > certificate.p12
|
||||
security create-keychain -p "$MACOS_PW" build.keychain
|
||||
security default-keychain -s build.keychain
|
||||
security unlock-keychain -p "$MACOS_PW" build.keychain
|
||||
|
Loading…
Reference in New Issue
Block a user