summaryrefslogtreecommitdiff
path: root/telegps/telegps-windows.nsi.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-15 12:39:49 -0700
committerKeith Packard <keithp@keithp.com>2014-06-15 16:15:22 -0700
commitabf731b3d79b66d9da62496cebf157f2888a4c93 (patch)
tree5b5f7c59fb93b6fd2594fe6c4a599b1b518e8668 /telegps/telegps-windows.nsi.in
parent8073007292875169a6304824ae52039ce6564813 (diff)
windows: Rename telemetrum.inf to altusmetrum.inf
Use the corporate name for this file Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/telegps-windows.nsi.in')
-rw-r--r--telegps/telegps-windows.nsi.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/telegps/telegps-windows.nsi.in b/telegps/telegps-windows.nsi.in
index 92b50974..136d68fb 100644
--- a/telegps/telegps-windows.nsi.in
+++ b/telegps/telegps-windows.nsi.in
@@ -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