PS5NorModifier icon indicating copy to clipboard operation
PS5NorModifier copied to clipboard

Upload precompiled versions to Releases rather than including them in the repository

Open qwertychouskie opened this issue 3 months ago • 0 comments

Uploading pre-compiled binary files/archives directly to the Git repository is generally a bad idea. GitHub lets you define Releases, and those Releases can have files attached to them. This is the generally recommended way to do things. It can even be set up where when you create a Release tag, the code is automatically compiled and the resulting program attached to the Release.

qwertychouskie avatar Apr 27 '24 05:04 qwertychouskie