Skip to content

Commit

Permalink
Fix failed start on MacOS
Browse files Browse the repository at this point in the history
Ignore failed start on macOS Big Sur, closes qzind#677
  • Loading branch information
tresf committed Jul 7, 2020
1 parent 11b032d commit 0c1e002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ant/apple/apple-postinstall.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ fi
./"${project.name}" certgen

# Start qz by calling open on the .app as an ordinary user
su "$USER" -c "open ../../"
su "$USER" -c "open ../../" || true

0 comments on commit 0c1e002

Please sign in to comment.