feat: use iconutil on macOS to convert icns to iconset `libicns` is not required anymore on macOS.
feat: bundle osslsigncode for Linux
feat: remove OriginalFilename, add LegalTrademarks, add ProductVersion for NSIS Closes #655
fix(nsis): install per current user even if run as administrator
feat: Build AppImage for Linux Closes #504
feat: specified icon not being used when generating osx build Close #519
docs: Multiplatform Build Documentation is lacking Closes #412
fix: warn "It is not possible to build OS X app on Windows" Closes #422
feat(windows): specification of signing algorithms (#435) Under the hood a lot of changes: * electron-packages fork use promises, option added to avoid move on electron-builder side (generated app out dir customized) * windows bootstrap loadingGif delay removed * windows bootstrap zip uses default compression level to speedup decompression (package is still compressed using -9) * app out dir changed — **osx** for OS X instead of appName-darwin-arch, **linux** for Linux instead of appName-linux-arch * **Windows Code Signing on Linux** @heinzbeinz added `signingHashAlgorithms` and code signing on windows 2008 r2, thanks for #434. Closes #374, #416
feat(linux): sh, rpm, freebsd, pacman, p5p, apk, 7z, zip, tar.xz, tar.gz, tar.bz2, tar.lz Closes #414
feat: The function to be run after pack (but before pack into distributable format and sign) Closes #397
feat: Squirrel.Windows doesn't escape " in the description Closes #378
feat: use self-contained fpm on Linux — don't need to install ruby anymore
feat: use self-containe fpm on OS X — don't need to install ruby anymore
docs: require The Trusty beta Build Environment Closes #320
feat: Windows code signing from OS X Closes #314
docs: add ruby package
docs: build of 32 bit from a machine with 64 bit Close #317
docs: Error packaging app on Linux #309 Closes #309
feat: if build/install-spinner.gif exists, set loadingGif to it Closes #292
docs: fix code indentation
docs: fix wiki page titles