mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.39k stars 432 forks source link

The Mu mac version built in the local is not opened in other MacOSs. #2488

Open JeongJun-Lee opened 6 months ago

JeongJun-Lee commented 6 months ago

What were you trying to do?

No response

What steps did you take to trigger the issue?

No response

What did you expect to happen?

No response

What actually happened?

I built a local mac version from the latest source code on Catalina(10.15.7) and it worked well in my macbook. But when I tested it other macbooks, it can't be opened as the image below: image

Operating System Version

Both Ventura 13.4.1 and Sonoma 14.1.2

Mu Version

1.2.2

Other Info

No response

Editor Log

No response

carlosperate commented 6 months ago

As the application hasn't been signed macOS won't let you open it with a simple "double click".

You need to right click on the app bundle, and select "open". The first time will fail as well, the second time should show you a different warning window and one of the buttons should let you open it.

JeongJun-Lee commented 6 months ago

@carlosperate we tried it but it doesn't work.