Skip to content

Commit

Permalink
Added missing build options for RPM packages for Redhat/CentOS/Fedora…
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Jun 22, 2015
1 parent 63faacd commit 8ecbaa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@ generate _"build/install/jd-gui-osx/JD-GUI.app"_
> gradle -DLAUNCH4J_HOME=.../path/to/launch4j-3.7-win32 installWindowsDist
```
generate _"build/install/jd-gui-windows/jd-gui.exe"_

```
> gradle buildDeb
```
generate Ubuntu/Debian installer
```
> gradle buildRpm
```
generate RedHat/CentOS/Fedora installer

##How to launch JD-GUI ?
- Double-click on _"jd-gui-x.y.z.jar"_
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ windowsDistTar.dependsOn launch4j
windowsDistZip.dependsOn launch4j

buildDeb.dependsOn jar
buildRpm.dependsOn jar

0 comments on commit 8ecbaa6

Please sign in to comment.