tabby/build/installer.nsh

4 lines
93 B
Plaintext
Raw Permalink Normal View History

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