electron version = 0.29.2
Full command:
electron-packager . sberko --out=distr/sber --platform=win32 --arch=x64 --version=0.29.2 --icon=assets/icon.ico --overwrite --ignore=\"(distr|node_modules/electron-packager|node_modules/electron-prebuilt|debug.log)\"
Could you explain what "socket hang up" means?
@malept Yes, of course. As I understood electron-download tries to download the specified version of electron if it is not present. In my case it tries to download electron-v0.29.2-win32-x64.zip release. The same problem goes with later and even latest (v0.33.0) releases.
@Rustem is there any terminal output?
For example below is the log while I am trying to build under electron 0.33
This looks more like a problem with your internet connection, not with electron-packager.
It didn't hang for me. But I'm getting:
Packaging app for platform win32 x64 using electron v0.31.2
spawn wine ENOENT
@jingweno this is a different problem, you do not have Wine installed. Please see the README for creating windows builds with a custom app icon.
Thank you. I think that's closed issue.
@malept Cool thanks. Installing wine makes it work!!