I added a command to build for the arm version (Apple Silicon)
To build for ARM OSX use 'pack:osxARM' and 'pack:osxINTEL' for x64
I also moved electron to the dev dependencies, and finally I added 'electron-packager' and 'stack' to the dev dependencies and dependencies, because I couldn't build without them.
I added a command to build for the arm version (Apple Silicon) To build for ARM OSX use 'pack:osxARM' and 'pack:osxINTEL' for x64
I also moved electron to the dev dependencies, and finally I added 'electron-packager' and 'stack' to the dev dependencies and dependencies, because I couldn't build without them.
This would close issue #2