mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-07 21:10:00 +00:00
4 lines
93 B
NSIS
4 lines
93 B
NSIS
!macro customInit
|
|
nsExec::Exec '"$LOCALAPPDATA\tabby\Update.exe" --uninstall -s'
|
|
!macroend
|