mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
🎨 The %LOCALAPPDATA%\siyuan-updater\ folder will be automatically deleted after installation on Windows https://github.com/siyuan-note/siyuan/issues/16733
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
ba9c58ede6
commit
be9a78ab16
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ Caption "${PRODUCT_NAME} ${VERSION}"
|
|||
${EndIf}
|
||||
!macroend
|
||||
|
||||
!macro customInstall
|
||||
RMDir /r "$PROFILE\AppData\Local\siyuan-updater"
|
||||
!macroend
|
||||
|
||||
!macro customUnInstall
|
||||
${IfNot} ${isUpdated}
|
||||
MessageBox MB_YESNO "是否需要彻底删除全局配置($PROFILE\.config\siyuan\)?$\n$\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue