arikrupnik / ltcsync

Syncs media files using embedded timecode (LTC)
GNU General Public License v3.0
45 stars 8 forks source link

Travis build hangs on OSX when building Windows distribution #16

Open arikrupnik opened 5 years ago

arikrupnik commented 5 years ago

It may be a wine problem. electron-packager is the command that hangs.

arikrupnik commented 5 years ago

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.