mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
Merge branch 'next' into corvuscorax/OP-1022_AH_improvements_amorale
This commit is contained in:
commit
8d4f891a6f
@ -368,8 +368,8 @@ Section "un.Maps cache" UnSecCache
|
|||||||
RMDir /r /rebootok "$APPDATA\OpenPilot\mapscache"
|
RMDir /r /rebootok "$APPDATA\OpenPilot\mapscache"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section /o "un.Configuration" UnSecConfig
|
Section "un.GCS Layout" UnSecConfig
|
||||||
; Remove configuration
|
; Remove GCS configuration files
|
||||||
SetShellVarContext current
|
SetShellVarContext current
|
||||||
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS*.db"
|
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS*.db"
|
||||||
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS*.xml"
|
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS*.xml"
|
||||||
|
@ -42,4 +42,4 @@
|
|||||||
|
|
||||||
LangString DESC_UnSecProgram ${LANG_ENGLISH} "OpenPilot GCS application and all components."
|
LangString DESC_UnSecProgram ${LANG_ENGLISH} "OpenPilot GCS application and all components."
|
||||||
LangString DESC_UnSecCache ${LANG_ENGLISH} "OpenPilot GCS cached maps data."
|
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."
|
||||||
|
Loading…
Reference in New Issue
Block a user