From: Keith Packard Date: Tue, 28 Jun 2016 07:07:23 +0000 (-0700) Subject: altosui: Deliver firmware for Tmega 2.0 and TBT 3.0 for Windows too X-Git-Tag: 1.6.5~1^2~25 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=40abb0d1e2f43a60ffa34b055ebb913ee3e20faf altosui: Deliver firmware for Tmega 2.0 and TBT 3.0 for Windows too 1.6.4 added Tmega 2.0 and TBT 3.0 firmware to linux and mac, but neglected windows. Signed-off-by: Keith Packard --- diff --git a/altosui/altos-windows.nsi.in b/altosui/altos-windows.nsi.in index c88b9e34..c85e2ac8 100644 --- a/altosui/altos-windows.nsi.in +++ b/altosui/altos-windows.nsi.in @@ -129,7 +129,9 @@ Section "Firmware" File "../src/teledongle-v0.2/teledongle-v0.2-${VERSION}.ihx" File "../src/teledongle-v3.0/teledongle-v3.0-${VERSION}.ihx" File "../src/telebt-v1.0/telebt-v1.0-${VERSION}.ihx" + File "../src/telebt-v3.0/telebt-v3.0-${VERSION}.ihx" File "../src/telemega-v1.0/telemega-v1.0-${VERSION}.ihx" + File "../src/telemega-v2.0/telemega-v2.0-${VERSION}.ihx" File "../src/easymini-v1.0/easymini-v1.0-${VERSION}.ihx" File "../src/easymega-v1.0/easymega-v1.0-${VERSION}.ihx"