opendata-stuttgart / airrohr-firmware-flasher

MIT License
91 stars 39 forks source link

not working with default Windows 7 powershell #2

Closed ricki-z closed 6 years ago

ricki-z commented 6 years ago

The default powershell for Windows 7 seems to be version 2. So the 'invoke-webrequest' doesn't work. Maybe its better to use: if not exist build\cygwin-x86.exe powershell -Command "$WebClient = New-Object System.Net.WebClient; $WebClient.DownloadFile('https://cygwin.com/setup-x86.exe','build\cygwin-x86.exe')"

Informatic commented 6 years ago

This should be now fixed as of c8ef883