subspace / space-acres

Space Acres is an opinionated GUI application for farming on Subspace Network
53 stars 20 forks source link

Build both v2 and skylake versions and choose correct one in runtime #135

Closed nazar-pc closed 4 months ago

nazar-pc commented 4 months ago

Since Space Acres is packaged and package can include multiple files, it can also include multiple versions of the builds. Moreover, since architecturally when application starts, it has parent and child process, parent process can be v2 version, then it can check whether processor supports modern version and use modern version for the child process.

This way there will be still one release (although larger in size) that will cover both kinds of users in a transparent way.

Will fix many of the questions like https://github.com/subspace/space-acres/issues/132, https://github.com/subspace/space-acres/issues/97 and numerous questions in Discord