fix(nsis): fix all nsis warnings
feat: file associations Part of #409 Close #563
feat(Squirrel.Windows): Automatic remoteReleases configuration Closes #561
feat(nsis): run after finish flag for one-click installer Closes #574
fix(nsis): per machine boring installer Closes #564
feat(nsis): per machine one-click installer #564
fix(nsis): install per current user even if run as administrator
feat(mac): Add build-version override property Closes #565
fix: AppImage desktop icons
feat: Build AppImage for Linux Closes #504
feat: multi-cert p12 Closes #560
docs: Docker and fix notifier text (to not install globally)
fix(nsis): installerHeaderIcon Close #525
feat(nsis): Different Icon for installer / App ? (Windows) Closes #525
feat(nsis): 32 bit + 64 bit installer Closes #528 #536
feat(nsis): MUI_HEADERIMAGE #525
docs: Publishing Artifacts Documentation Repo URL Closes #425
docs: platform-specific icon path
refactor: move to util
feat: specified icon not being used when generating osx build Close #519
feat: finish NSIS installer look and feel * use excellent SpiderBanner for one-click installer * remove welcome screen from boring installer and finish page from boring uninstaller * move some defines to nsh to simplify customization (i.e. less magic)
fix: NSIS LZMA compression is slower and worse then external 7z compression before: 36.3 after: 32.8 Compression speed is also reduced (25 sec vs 1+ minutes) because 7za is multi-threaded
feat: NSIS target (#495) Closes #472 #493
docs: Multiplatform Build Documentation is lacking Closes #412
feat: Windows targets `7z`, `zip`, `tar.xz`, `tar.lz`, `tar.gz`, `tar.bz2` Squirrel.Windows Update.exe is not copied to unpacked dir anymore.
fix: restore `--platform` and `--arch` CLI
feat: Development dependencies are never copied in any case You don't need to ignore it explicitly anymore
feat: files option BREAKING CHANGE: prune by default, hidden files are not copied by default anymore
fix: efficient implementation of copy extra files/resources
docs: Add docs about how to manually load app deps (#473)