github.com/Epikest/osu-auth
0.1.1 / published Jul 13, 2024 / repository
osu!auth
- locates osu! folder from the Start Menu shortcut
- deletes
.require_updatefile and creates_stagingfile to prevent osu! from updating - backs up current
osu!auth.dlland replaces it with old version embedded into the executable
Development
build it:
shards build
run tests:
crystal spec
release it:
shards build -p -s --release --static
Contributing
- 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
Contributors
- Epikest - creator and maintainer