Skip to content

Commit

Permalink
Fixed README, allow github release overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
milux committed Oct 31, 2018
1 parent 583c729 commit f591ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The tool was tested with **ProPresenter** background videos, **Native Instrument
JDK 8.0 or higher with `javax.sound.midi` available

## Usage
Build with `./gradlew jar proguard` or take pre-built release from `releases` directory
Build with `./gradlew jar proguard` or download a release JAR

Run with `java -jar ppcolor-<version>.jar`

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ githubRelease {
repo "ppcolor"
tagName "${version}"
releaseAssets "releases/ppcolor-${version}.jar"
overwrite true
}

0 comments on commit f591ef4

Please sign in to comment.