Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
prep 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yugecin committed Feb 9, 2019
1 parent ab1febf commit 9bf28ee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

* [What](#what) - [Why](#why) - [Downloads](#downloads) - [Running](#running) - [Building a JAR](#building-a-jar) - [Credits](#credits) - [License](#license)

![main menu](https://robin.basdon.net/blog/002/opsu-d-0.5.0-mainmenu-options.png)
![song list](https://robin.basdon.net/blog/002/opsu-d-0.5.0-songmenu.png)

What
----
Fork of [opsu!](https://github.com/itdelatrisu/opsu), which is a clone of the [osu!](https://osu.ppy.sh/) rythm game.
Expand Down Expand Up @@ -33,6 +36,8 @@ Using an IDE is recommended because it is usually faster than the other options
### Using your favorite IDE
You should know how to do this. It's recommended to use a working directory like `out` to not pollute the project directory with config/db files.

If your IDE has poor maven support, do `mvn intialize` first and link the jars from the `mvnlibs` folder.

### Using apache maven
`mvn compile`

Expand All @@ -53,12 +58,12 @@ Building a JAR

Using ant is recommended. Ant is used since release 0.5.0

### Using apache maven
`mvn package -Djar`, find it in the `target` folder.

### Using apache ant
`ant jar`, find it in the `bin` folder

### Using apache maven
`mvn package -Djar`, find it in the `target` folder.


Credits
-------
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<property name="lang.src" value="1.8" />
<property name="lang.target" value="1.8" />
<property name="version" value="0.5.0-SNAPSHOT" />
<property name="version" value="0.5.0" />

<property name="main" value="yugecin.opsudance.core.Entrypoint" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>yugecin</groupId>
<artifactId>opsu-dance</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<properties>
<nativesTargetDir>target/Natives</nativesTargetDir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.4.2
file=https://github.com/yugecin/opsu-dance/releases/download/0.4.2/opsu-dance-0.4.2.jar
version=0.5.0
file=https://github.com/yugecin/opsu-dance/releases/download/0.5.0/opsu-dance-0.5.0.jar

0 comments on commit 9bf28ee

Please sign in to comment.