1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-25 08:33:27 +03:00
tabby/build/installer.nsh

4 lines
93 B
Plaintext
Raw Normal View History

!macro customInit
2021-06-30 00:57:04 +03:00
nsExec::Exec '"$LOCALAPPDATA\tabby\Update.exe" --uninstall -s'
!macroend