feat: add desktop repo (#1071)
This commit is contained in:
7
packages/desktop/build/installer.nsh
Normal file
7
packages/desktop/build/installer.nsh
Normal file
@@ -0,0 +1,7 @@
|
||||
!macro customInit
|
||||
; Delete any previous uninstall registry key to ensure the installer doesn't hang at 30%
|
||||
; https://github.com/electron-userland/electron-builder/issues/4057#issuecomment-557570476
|
||||
; https://github.com/electron-userland/electron-builder/issues/4092
|
||||
DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{${UNINSTALL_APP_KEY}}"
|
||||
DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${UNINSTALL_APP_KEY}"
|
||||
!macroend
|
||||
Reference in New Issue
Block a user