electron-archive / grunt-electron-installer

Grunt plugin to build Windows installers for Electron apps
MIT License
402 stars 106 forks source link

Warning: You must install both Mono and Wine on non-Windows Use --force to continue. #94

Closed btelintelo closed 8 years ago

btelintelo commented 8 years ago

When I run the simple grunt script defined on the help page: Running "create-windows-installer:x64" (create-windows-installer) task Warning: You must install both Mono and Wine on non-Windows Use --force to continue.

I have wine version 1.6.1_1 installed which also has mono. I also have winetricks installed as well.

tylerITP commented 8 years ago

Are you on a Mac? All I had to do was brew install mono

btelintelo commented 8 years ago

DOH! I was following how to install mono on the wine page! Now it all works! Thank you! Perhaps we can add that to the main page here.