Browse Source

Hard coding path in Windows installer script.

QGC4.4
dogmaphobic 9 years ago
parent
commit
27931a012a
  1. 2
      deploy/qgroundcontrol_installer.nsi

2
deploy/qgroundcontrol_installer.nsi

@ -13,7 +13,7 @@ LicenseData license.txt @@ -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"

Loading…
Cancel
Save