diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-29 21:48:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-29 21:48:11 -0700 |
commit | b74dfc9c2cbe14593738eb994e9163d466155326 (patch) | |
tree | d58ec99aca2d6e12179806b08d303b6709037dbb /telegps | |
parent | e60d0456f59c76ad786bc8f8065fbe84e6cae922 (diff) |
TeleGPS firmware isn't quite ready, don't include in windows fat build yet
Diffstat (limited to 'telegps')
-rw-r--r-- | telegps/telegps-windows.nsi.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/telegps/telegps-windows.nsi.in b/telegps/telegps-windows.nsi.in index 25c4b58c..d86cb049 100644 --- a/telegps/telegps-windows.nsi.in +++ b/telegps/telegps-windows.nsi.in @@ -115,7 +115,9 @@ 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 Section "Documentation" |