electron-package spawn wine ENOENT error on MacOS
Packaging app for platform win32 ia32 using electron v0.37.7 spawn wine ENOENT
This error is thrown because Electron tries to modify the .exe of the application using Wine, to add the icon you specified.
The spawn wine ENOENT
error means you don’t have wine installed.
Follow this guide to install and configure Wine correctly.
No comments yet.