mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Windows Installer: add default_configurations folder
This commit is contained in:
parent
5cf56ad2bc
commit
89e06d7a6b
@ -171,6 +171,8 @@ SectionEnd
|
||||
|
||||
; Copy GCS resources
|
||||
Section "-Resources" InSecResources
|
||||
SetOutPath "$INSTDIR\share\openpilotgcs\default_configurations"
|
||||
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\default_configurations\*"
|
||||
SetOutPath "$INSTDIR\share\openpilotgcs\diagrams"
|
||||
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\diagrams\*"
|
||||
SetOutPath "$INSTDIR\share\openpilotgcs\dials"
|
||||
|
Loading…
Reference in New Issue
Block a user