1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Merge branch 'hayvosh/OP-1137_Check_remove_config_by_default' into next

This commit is contained in:
Fredrik Larsson 2013-12-08 16:28:25 +11:00
commit 8a742179a7
2 changed files with 3 additions and 3 deletions

View File

@ -368,8 +368,8 @@ Section "un.Maps cache" UnSecCache
RMDir /r /rebootok "$APPDATA\OpenPilot\mapscache"
SectionEnd
Section /o "un.Configuration" UnSecConfig
; Remove configuration
Section "un.GCS Layout" UnSecConfig
; Remove GCS configuration files
SetShellVarContext current
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS*.db"
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS*.xml"

View File

@ -42,4 +42,4 @@
LangString DESC_UnSecProgram ${LANG_ENGLISH} "OpenPilot GCS application and all components."
LangString DESC_UnSecCache ${LANG_ENGLISH} "OpenPilot GCS cached maps data."
LangString DESC_UnSecConfig ${LANG_ENGLISH} "OpenPilot GCS configuration files."
LangString DESC_UnSecConfig ${LANG_ENGLISH} "OpenPilot GCS layout files."