osu-auth

Version, currently 0.1.12 versions

github.com/Epikest/osu-auth

No description declared in shard.yml.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  osu-auth:
    github: Epikest/osu-auth
    version: ~> 0.1.1

Then run:

shards install

shard.yml

Crystal
>= 1.11.2
License
MIT
Author
epik
Target
  • osu!auth from src/osu!auth.cr

Dependencies

Runtime Dependencies

README

osu!auth

.github/workflows/ci.yml


  1. locates osu! folder from the Start Menu shortcut
  2. deletes .require_update file and creates _staging file to prevent osu! from updating
  3. backs up current osu!auth.dll and 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

  1. Fork it (https://github.com/Epikest/osu-auth/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors