BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
812 stars 232 forks source link

Add code signing #412

Closed wright-luda closed 11 months ago

wright-luda commented 1 year ago

I downloaded http://editor.babylonjs.com/electron/4.5.0/BabylonJS%20Editor-4.5.0-arm64.dmg After installing, it will not run, as the OS says that file is damaged and cannot be run. I'm running it on a Mac M1 with MacOS 13.1

julien-moreau commented 1 year ago

The problem is the package is not signed and comes from an http address. This problem is being partially fixed using https but the package remains still not signed. This is an issue on my side as I must sign my builds. I keep this issue opened.

clement128 commented 1 year ago

Same problem for 4.6 arm64 on Mac M1, any workaround ? thanks

StanleySweet commented 1 year ago

You can run xattr -cr on the .app file and or the .dmg

wright-luda commented 1 year ago

Thank you. Confirming that xattr -cr fixes this issue.