use nsis installer and electron-updater (fixes #813, fixes #627)

This commit is contained in:
Eugene Pankov
2019-05-19 20:30:40 +02:00
parent d42fe4f107
commit 206cf974c0
11 changed files with 427 additions and 164 deletions

3
build/installer.nsh Normal file
View File

@@ -0,0 +1,3 @@
!macro customInit
nsExec::Exec '"$LOCALAPPDATA\terminus\Update.exe" --uninstall -s'
!macroend