Browse Source

Hard coding path in Windows installer script.

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

2
deploy/qgroundcontrol_installer.nsi

@ -13,7 +13,7 @@ LicenseData license.txt
Section Section
SetOutPath $INSTDIR SetOutPath $INSTDIR
File /r release\*.* File /r build_windows_install\release\*.*
File deploy\px4driver.msi File deploy\px4driver.msi
WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "DisplayName" "QGroundControl" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "DisplayName" "QGroundControl"

Loading…
Cancel
Save