javascript - Windows builds of an Electron app on Cent OS 64 bit with electron-packager fails with error -
i'm trying set build on remote cent os server , stuck error. installed wine, since server has 64-bit architecture, wine command wine64
, not wine
. each time try make windows build, could not find "wine" on system... make sure "wine" executable in path.
error. seems it's trying execute "wine" command, have "wine64" instead, , according various guides, it's ok. making alias didn't help. suggest how can workaround issue?
thanks.
as turned out, built 64-bit version, had build , install 32-bit version well. though compilation , installation went warning 32-bit stuff missing, electron builds seem ok , work ok.
the tutorial followed is here.
Comments
Post a Comment