mirror of
https://github.com/Eugeny/tabby
synced 2025-03-05 07:37:15 +00:00
3 lines
93 B
NSIS
3 lines
93 B
NSIS
!macro customInit
|
|
nsExec::Exec '"$LOCALAPPDATA\tabby\Update.exe" --uninstall -s'
|
|
!macroend
|