mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
maint(mac): address review comments
This commit is contained in:
parent
c3ce6adfaf
commit
8caf66ce9e
1 changed files with 3 additions and 1 deletions
|
|
@ -263,7 +263,9 @@ do_sentry() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
if builder_is_ci_build_level_release && ! builder_has_option --quick; then
|
||||
if builder_is_ci_build; then
|
||||
builder_die "build.sh install should not be run on CI"
|
||||
elif ! builder_has_option --quick; then
|
||||
do_notarize
|
||||
else
|
||||
if [ "$(spctl --status)" == "assessments enabled" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue