Conversation
|
Many thanks! could you share the resulting dmg file? I would add it to the Releases page |
|
sure.. only tested on my machine M1 Max (Apple Silicon) You can use github actions to build directly as part of your release for all platforms, see https://dev.to/erikhofer/build-and-publish-a-multi-platform-electron-app-on-github-3lnd I can assist with setting that up if you get stuck. |
|
Oh I did not know that, thank you! Let me look into this |
|
Would be great to have a M1 release available. The one from jamieJames45 was not able to run on my M1-Pro (the .dmg was marked as „defect“?!) - however I‘d love to use the plugin on my MacBook Pro. :) |
|
Added automated multi platform builds. Mac / Linux builds are untested and are not signed, so you might need to edit some settings to allow execution of the app. |
Tested , and works on Macbook Pro M1 Max
updated electron-builder version to 23.0.2 due to a dependency on python2 that has since been resolved
added the mac/target/dmg to the build config
on mac to build properly , run "npm run dist"
Thanks, been looking for something like this this for ages..