

1·
1 year ago@dullbananas Sound’s like an interesting adventure of fixing your system.
Sadly this was properly a bad timing in class without a working device.
Professional Java developer who loves to work on open source projects or play computer games in his spare time.
Loves to develop and use the dotnet framework for open source projects. Loves science, science fiction, space and everything that comes with it. Loves to develop games on his spare time if not distracted by playing games …
Expert for procrastination!
Also husband of one of the best women in the world and father of single child and a dog lover.
@dullbananas Sound’s like an interesting adventure of fixing your system.
Sadly this was properly a bad timing in class without a working device.
@danielhanrahantng @vala
Git itself is meant to be used to track the source code and assets needed to compile or run a specific application, therefor adding a binary is kinda strange as it is already is created and not source code anymore.
There is a special place for that on GitHub. You should create a release for each version with information what changed and add the binary there as asset.
In a perfect world those binaries should be build by an CI pipeline but I think it’s okay if not.