tabby/build/installer.nsh

4 lines
96 B
Text
Raw Normal View History

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