Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
grahampugh committed Feb 10, 2023
1 parent 16c22de commit c60f525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erase-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2572,7 +2572,7 @@ if [[ ! $silent ]]; then
fi

# different dialog icon for OS older than macOS 13
if [[ $system_os_major -le 13 ]]; then
if [[ $system_os_major -lt 13 ]]; then
dialog_confirmation_icon="/System/Applications/System Preferences.app"
fi

Expand Down

0 comments on commit c60f525

Please sign in to comment.