Skip to content

Commit

Permalink
Merge pull request #287 from Wieku/dev
Browse files Browse the repository at this point in the history
Bruh
  • Loading branch information
Wieku authored Oct 3, 2022
2 parents b955ae2 + 2c46d13 commit d1ba146
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/settings/general_others.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

package settings

import (
"os"
"path/filepath"
)

func getOsuInstallation() string {
dir, _ := os.UserHomeDir()
return filepath.Join(dir, ".osu")
Expand Down

0 comments on commit d1ba146

Please sign in to comment.