mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Windows Installer: install also stylesheets
This commit is contained in:
parent
89e06d7a6b
commit
f9f3d6d98c
@ -173,6 +173,8 @@ SectionEnd
|
||||
Section "-Resources" InSecResources
|
||||
SetOutPath "$INSTDIR\share\openpilotgcs\default_configurations"
|
||||
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\default_configurations\*"
|
||||
SetOutPath "$INSTDIR\share\openpilotgcs\stylesheets"
|
||||
File /r "${GCS_BUILD_TREE}\share\openpilotgcs\stylesheets\*"
|
||||
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