diff --git a/deploy/qgroundcontrol_installer.nsi b/deploy/qgroundcontrol_installer.nsi index 57836ff0a83e719ccb9f9cd7b8be24737ba83800..f04e6ede708a59b60f6f104c074c1f927b3d3afc 100644 --- a/deploy/qgroundcontrol_installer.nsi +++ b/deploy/qgroundcontrol_installer.nsi @@ -13,7 +13,7 @@ LicenseData license.txt Section SetOutPath $INSTDIR - File /r release\*.* + File /r build_windows_install\release\*.* File deploy\px4driver.msi WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "DisplayName" "QGroundControl"