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.