1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-06-21 11:59:53 +00:00
tabby/build/installer.nsh
2021-06-29 23:57:04 +02:00

4 lines
93 B
NSIS

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