OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
655 stars 110 forks source link

Normalize files/directory structures in Releases #268

Open mvastola opened 10 months ago

mvastola commented 10 months ago

Hi, Is there any way the assets generated from your release action could be normalized?

I'm noticing there's no real consistency with regard to:

This is relevant to me because I was hoping to automate the download of this library as part of the installation routine of a dependent library. * Unfortunately the lack of consistency would require me to hardcode different settings for different OSes/architectures.

* To be specific, I'm actually working on ruby bindings for SimpleBLE as a pet project. (Incidentally, it would be great to touch base when my project is a bit further along!)