mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 18:01:45 +08:00
6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
!macro customUnInstall
|
|
MessageBox MB_YESNO "Do you want to delete user settings?" /SD IDNO IDNO SkipRemoval
|
|
SetShellVarContext current
|
|
RMDir /r "$APPDATA\marktext"
|
|
SkipRemoval:
|
|
!macroend |