tabby/build/installer.nsh
2021-06-29 23:57:04 +02:00

3 lines
93 B
Text

!macro customInit
nsExec::Exec '"$LOCALAPPDATA\tabby\Update.exe" --uninstall -s'
!macroend