Commit 3dc5206e authored by LM's avatar LM

Fixed installer script to include recursive directories

parent 8d4d93ee
...@@ -16,7 +16,7 @@ LicenseData ..\license.txt ...@@ -16,7 +16,7 @@ LicenseData ..\license.txt
Section "" Section ""
SetOutPath $INSTDIR SetOutPath $INSTDIR
File ..\release\*.* File /r ..\release\*.*
WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe
SectionEnd SectionEnd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment