🎨 Windows uninstaller removes the default workspace https://github.com/siyuan-note/siyuan/issues/8876

This commit is contained in:
Daniel
2023-08-02 11:23:00 +08:00
parent 12d399dce9
commit dec6d0976e

View File

@@ -37,6 +37,9 @@ Caption "${PRODUCT_NAME} ${VERSION}"
/SD IDNO IDYES AcceptedRMWorkspace IDNO SkippedRMWrokspace
AcceptedRMWorkspace:
RMDir /r "$PROFILE\SiYuan\"
RMDir /r "$PROFILE\Desktop\conf\"
RMDir /r "$PROFILE\Desktop\data\"
RMDir /r "$PROFILE\Desktop\temp\"
SkippedRMWrokspace:
${EndIf}
!macroend