Skip to content

Epikest/osu-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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