Travis build hangs on OSX when building Windows distribution
Opened this issue · 1 comments
arikrupnik commented
It may be a wine
problem. electron-packager
is the command that hangs.
arikrupnik commented
Additionally, png2icns
(from icnsutils
package) is missing from the .travis.yml OSX prerequisites, so the build for darwin-x64
fails as well. I cannot find an official Mac distribution for it (seems absent in Homebrew). One way to fix this is to download and build icnsutils
from sources in before_install:
. Another is to use macOS's native icnsutil
, although this would mean builds on different host OSs would produce different binaries.