cachapa / tudo

A simple to-do app
Apache License 2.0
88 stars 11 forks source link

platformVersion: Add fallback for rolling release linux distros #34

Closed vpkopylov closed 8 months ago

vpkopylov commented 8 months ago

On rolling release based Linux distros (at least on ArchLinux) getting the platform version from info.versionId fails. Looks like getting it from _p.version is a meaningful fallback. On my system this prop contains Linux kernel version and build time which gives you some idea about the system.

cachapa commented 8 months ago

Thanks!