windows: Rename telemetrum.inf to altusmetrum.inf
[fw/altos] / telegps / telegps-windows.nsi.in
index 92b509748092eacade7f2c46f18fe17f19a127b5..136d68fb3b6e82928f14bf16cb9b6fef9f77775d 100644 (file)
@@ -71,14 +71,14 @@ Section "Install Driver" InstDriver
        InstDrv::CreateDevice /NOUNLOAD
 
        SetOutPath $TEMP
        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
 
        SetOutPath $INSTDIR
-       File "../telemetrum.inf"
+       File "../altusmetrum.inf"
 
        SetOutPath $WINDIR\Inf
 
        SetOutPath $WINDIR\Inf
-       File "../telemetrum.inf"
+       File "../altusmetrum.inf"
 
 SectionEnd
 
 
 SectionEnd