How to compile for macOS Sierra in Electron?

1

I'm in Windows and compiled for OSX, but when I run the .app , it signals that the program is compiled for previous versions. The line that I used and that is in package.json is:

"build": "electron-packager . MyApp --platform=darwin --arch=x64 --version=1.4.2"

I have already searched for more options but without success. I would appreciate your help.

    
asked by jose 05.10.2016 в 01:57
source

0 answers