SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.48k stars 1.55k forks source link

Older builds can't open on macOS 10.15(catalina) #943

Open manojamarasekara opened 5 years ago

manojamarasekara commented 5 years ago

Describe the issue / bug. I have been using the electron build to develop mac and windows desktop application. Recently after macOS update (macOS 10.15 aka Catalina) users who are using the app are facing some difficulties when opening it. It says "can't be opened because Apple cannot check it for malicious software". The build was created using the previous version of macOS. I tried making the build from Catalina but still, that issue remains. Does anyone has faced the same issue or a similar issue?

Screenshot. Screen Shot 2019-10-10 at 7 52 01 AM (1)

Development environment.

zandercodes commented 5 years ago

The new macOS only supports 64bit. Since the Electron application was apparently created from 32bit, the application now needs an update to 64bit. I'm using the Electron Builder myself and the latest Xcode build.