sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.23k stars 619 forks source link

Offline macOS Arm version is corrupted #922

Closed OneCodeCZ closed 5 months ago

OneCodeCZ commented 5 months ago

There is only one file "Elektron" in DMG. After opening it Mac says: “Electron” is damaged and can’t be opened. You should eject the disk image. Intel version works just fine.

pfalstad commented 5 months ago

Yes, I didn't build that correctly, apparently. I don't have an ARM mac to test it on. Someone said they fixed it by running this command in terminal:

xattr -cr Electron.app

OneCodeCZ commented 5 months ago

The command "xattr -cr Electron.app" fixed it. I hope I get better performance. Thanks.

pfalstad commented 5 months ago

Glad that worked. I don't think it will affect performance much. I would think it would have the same performance as using the website with Chrome.