mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-179: Windows uninstaller: remove OpenPilot user profile subdirectory if empty
This commit is contained in:
parent
a3e59429d8
commit
60db758637
@ -257,6 +257,11 @@ Section /o "un.Configuration" UnSecConfig
|
||||
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.ini"
|
||||
SectionEnd
|
||||
|
||||
Section "-un.Profile" UnSecProfile
|
||||
; Remove OpenPilot user profile subdirectory if empty
|
||||
RMDir "$APPDATA\OpenPilot"
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
; Uninstall section descriptions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user