tabby/build/installer.nsh

4 lines
93 B
NSIS
Raw Normal View History

!macro customInit
2021-06-29 23:57:04 +02:00
nsExec::Exec '"$LOCALAPPDATA\tabby\Update.exe" --uninstall -s'
!macroend