neuronalmotion / qtrpi

An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
MIT License
104 stars 40 forks source link

QtRpi downloads the wrong raspbian vresion (Stretch / Jessie) #87

Closed GuillaumeLazar closed 6 years ago

GuillaumeLazar commented 6 years ago

It downloads "https://downloads.raspberrypi.org/raspbian_latest", actually a Raspbian Stretch version that is unsupported.

It should be "https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-03-03/2017-03-02-raspbian-jessie.zip", that is a Jessie Raspbian version used by the QtRpi team for the precompiled binaries.