diff --git a/deploy/qgroundcontrol_installer.nsi b/deploy/qgroundcontrol_installer.nsi index d2c351a6f692f5b95fe80dd9467bc4edb9d17b33..cef7af550a95e394dc1680a94524deb861700afa 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