speeduino / SpeedyLoader

Speeduino universal firmware loader
GNU General Public License v3.0
39 stars 23 forks source link

Please add the architecture to the Linux file name #1

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

Please add the architecture to the Linux file name, e.g., i686 or x86_64.

noisymime commented 5 years ago

Good call. Done for the v1.0 release.

probonopd commented 5 years ago

Why i686 and not x86_64?

noisymime commented 5 years ago

There's a few of the dependency files that come through as x86 by default. Probably fairly easy to fix, but hasn't been a priority. This version should run just fine on x86_64 linux systems though, it certainly has on mine in testing.

probonopd commented 5 years ago

Perhaps, but i686 means "32 bit" whereas x86_64 means "64 bit".