micropeak: Update mac/windows FTDI drivers
[fw/altos] / micropeak / micropeak-windows.nsi.in
index e210f8a0c31e5aadc42881f5654820b6531f88a3..c3b63f7b31d6b3215764a4a601973178a8d02225 100644 (file)
@@ -65,9 +65,9 @@ UninstPage instfiles
 Section "FTDI USB Driver"
        SetOutPath $INSTDIR
 
-       File "CDM20824_Setup.exe"
+       File "CDM_v2.12.00_WHQL_Certified.exe"
 
-       StrCpy $2 "$INSTDIR\CDM20824_Setup.exe"
+       StrCpy $2 "$INSTDIR\CDM_v2.12.00_WHQL_Certified.exe"
        ExecWait $2
 SectionEnd