mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
Merged in filnet/librepilot/LP-290_slow_gcs_uninstaller (pull request #280)
LP-290 nsis: silence uninstaller when deleting cache directories
This commit is contained in:
commit
ab13d630fa
@ -329,7 +329,10 @@ SectionEnd
|
||||
Section "un.Maps cache" UnSecCache
|
||||
; Remove local app data (maps cache, ...)
|
||||
SetShellVarContext current
|
||||
; disable status updates as there is potentially a lot of cached files...
|
||||
SetDetailsPrint none
|
||||
RMDir /r /rebootok "$LOCALAPPDATA\${ORG_BIG_NAME}\${GCS_BIG_NAME}"
|
||||
SetDetailsPrint both
|
||||
; Only remove if no other versions have data here
|
||||
RMDir /rebootok "$LOCALAPPDATA\${ORG_BIG_NAME}"
|
||||
SectionEnd
|
||||
|
Loading…
x
Reference in New Issue
Block a user