Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3dc5206e
Commit
3dc5206e
authored
Jul 21, 2011
by
LM
Browse files
Fixed installer script to include recursive directories
parent
8d4d93ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/qgroundcontrol_installer.nsi
View file @
3dc5206e
...
...
@@ -16,7 +16,7 @@ LicenseData ..\license.txt
Section ""
SetOutPath $INSTDIR
File ..\release\*.*
File
/r
..\release\*.*
WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe
SectionEnd
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment