summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools')
-rw-r--r--ao-tools/altosui/altos-windows.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/ao-tools/altosui/altos-windows.nsi b/ao-tools/altosui/altos-windows.nsi
index 6ebec214..37777fd6 100644
--- a/ao-tools/altosui/altos-windows.nsi
+++ b/ao-tools/altosui/altos-windows.nsi
@@ -40,6 +40,9 @@ Section "Install Driver" InstDriver
SetOutPath $TEMP
File "../../telemetrum.inf"
InstDrv::InstallDriver /NOUNLOAD "$TEMP\telemetrum.inf"
+
+ SetOutPath $INSTDIR
+ File "../../telemetrum.inf"
SectionEnd
Section "AltosUI Application"