From 3dc5206ede31de118047728c7681141f5974eddd Mon Sep 17 00:00:00 2001 From: LM Date: Thu, 21 Jul 2011 12:16:13 +0200 Subject: [PATCH] Fixed installer script to include recursive directories --- deploy/qgroundcontrol_installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/qgroundcontrol_installer.nsi b/deploy/qgroundcontrol_installer.nsi index d2c351a..cef7af5 100644 --- a/deploy/qgroundcontrol_installer.nsi +++ b/deploy/qgroundcontrol_installer.nsi @@ -16,7 +16,7 @@ LicenseData ..\license.txt Section "" SetOutPath $INSTDIR - File ..\release\*.* + File /r ..\release\*.* WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe SectionEnd