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