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