1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-25 23:28:33 +00:00
Files
tabby/build/installer.nsh
Eugene Pankov 43cd3318da project rename
2021-06-29 23:57:04 +02:00

4 lines
93 B
NSIS

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