mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
feat: removing service config file if select delete app data
This commit is contained in:
@@ -983,8 +983,13 @@ Section Uninstall
|
||||
SetShellVarContext current
|
||||
RmDir /r "$APPDATA\${BUNDLEID}"
|
||||
RmDir /r "$LOCALAPPDATA\${BUNDLEID}"
|
||||
RmDir /r "$INSTDIR"
|
||||
RmDir /r "$PROGRAMDATA\openlist-service-config"
|
||||
RmDir /r "$INSTDIR\data"
|
||||
RmDir /r "$INSTDIR\logs"
|
||||
Delete "$INSTDIR\settings.json"
|
||||
Delete "$INSTDIR\openlist-desktop-service.log"
|
||||
Delete "$INSTDIR\rclone.conf"
|
||||
RMDir "$INSTDIR"
|
||||
RMDir /r "C:\ProgramData\openlist-service-config"
|
||||
${EndIf}
|
||||
|
||||
SetShellVarContext current
|
||||
|
||||
Reference in New Issue
Block a user