Skip to content

Commit

Permalink
Changed app name for trademark issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ringosham committed May 8, 2018
1 parent 1e40bf9 commit b8a8ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Osu! Exporter
# Osz song exporter
A simple utility for exporting all songs and beatmaps (in .osz form) with a single click from your osu! library.

I find it funny that most of these utility software I found in Github either don't work or lacking in features. So I decided to make one myself!
Expand Down
2 changes: 1 addition & 1 deletion src/com/ringosham/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class Main extends Application {

public static final String appTitle = "Osu! Exporter by Ringosham";
public static final String appTitle = "Osz song exporter by Ringosham";

@Override
public void start(Stage stage) throws Exception {
Expand Down

0 comments on commit b8a8ae4

Please sign in to comment.