diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-14 22:29:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-14 22:29:01 -0700 |
commit | 8073007292875169a6304824ae52039ce6564813 (patch) | |
tree | 9611395656f1d12759d4282d53ebdf25b04f4d98 | |
parent | 6cad0b783f654864f0d6d8726c74605f108db3e0 (diff) |
telegps: Include telegps firmware in windows package
This was disabled when the firmware wasn't ready yet
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | telegps/telegps-windows.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/telegps-windows.nsi.in b/telegps/telegps-windows.nsi.in index 02a1cc43..92b50974 100644 --- a/telegps/telegps-windows.nsi.in +++ b/telegps/telegps-windows.nsi.in @@ -115,7 +115,7 @@ Section "TeleGPS Firmware" SetOutPath $INSTDIR -; File "../src/telegps-v1.0/telegps-v1.0-${VERSION}.ihx" + 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 |