windows: Rename telemetrum.inf to altusmetrum.inf
[fw/altos] / telegps / telegps-windows.nsi.in
index 25c4b58ca71ef7089cc4fbbc48fbe06c423a8e91..136d68fb3b6e82928f14bf16cb9b6fef9f77775d 100644 (file)
@@ -71,14 +71,14 @@ Section "Install Driver" InstDriver
        InstDrv::CreateDevice /NOUNLOAD
 
        SetOutPath $TEMP
-       File "../telemetrum.inf"
-       InstDrv::InstallDriver /NOUNLOAD "$TEMP\telemetrum.inf"
+       File "../altusmetrum.inf"
+       InstDrv::InstallDriver /NOUNLOAD "$TEMP\altusmetrum.inf"
 
        SetOutPath $INSTDIR
-       File "../telemetrum.inf"
+       File "../altusmetrum.inf"
 
        SetOutPath $WINDIR\Inf
-       File "../telemetrum.inf"
+       File "../altusmetrum.inf"
 
 SectionEnd
 
@@ -116,6 +116,8 @@ Section "TeleGPS Firmware"
        SetOutPath $INSTDIR
 
        File "../src/telegps-v1.0/telegps-v1.0-${VERSION}.ihx"
+       File "../src/teledongle-v0.2/teledongle-v0.2-${VERSION}.ihx"
+       File "../src/telebt-v1.0/telebt-v1.0-${VERSION}.ihx"
 SectionEnd
 
 Section "Documentation"