- locates osu! folder from the Start Menu shortcut
- deletes
.require_update
file and creates_staging
file to prevent osu! from updating - backs up current
osu!auth.dll
and replaces it with old version embedded into the executable
build it:
shards build
run tests:
crystal spec
release it:
shards build -p -s --release --static
- Fork it (https://github.com/Epikest/osu-auth/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Epikest - creator and maintainer