Skip to content

Commit 4ed68bf

Browse files
author
emmanue1
committed
Prepare Java 9 support
1 parent 8199b12 commit 4ed68bf

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,21 @@ for instant access to methods and fields.
1717
```
1818
> ./gradlew build
1919
```
20-
generate _"build/libs/jd-gui-x.y.z.jar"_
20+
generate _"build/libs/jd-gui-x.y.z.jar"_ and _"build/distributions/jd-gui-osx-x.y.z.tar"_
2121
```
22-
> ./gradlew installOsxDist
22+
> iexplore https://sourceforge.net/projects/launch4j/files/launch4j-3/3.12/launch4j-3.12-win32.zip/download
23+
> unzip launch4j-3.12-win32.zip
24+
> ./gradlew -DLAUNCH4J_HOME=.../path/to/launch4j-3.12-win32 build
2325
```
24-
generate _"build/install/jd-gui-osx/JD-GUI.app"_
25-
```
26-
> iexplore http://sourceforge.net/projects/launch4j/files/launch4j-3/3.7/launch4j-3.7-win32.zip/download
27-
> unzip launch4j-3.7-win32.zip
28-
> ./gradlew -DLAUNCH4J_HOME=.../path/to/launch4j-3.7-win32 installWindowsDist
29-
```
30-
generate _"build/install/jd-gui-windows/jd-gui.exe"_
26+
generate _"build/distributions/jd-gui-windows-x.y.z.zip"_
3127
```
3228
> ./gradlew buildDeb
3329
```
34-
generate Ubuntu/Debian installer
30+
generate _"build/distributions/jd-gui-x.y.z.deb"_ for Ubuntu and Debian
3531
```
3632
> ./gradlew buildRpm
3733
```
38-
generate RedHat/CentOS/Fedora installer
34+
generate _"build/distributions/jd-gui-x.y.z.rpm"_ for RedHat, CentOS and Fedora
3935

4036
## How to launch JD-GUI ?
4137
- Double-click on _"jd-gui-x.y.z.jar"_

src/osx/dist/JD-GUI.app/Contents/MacOS/universalJavaApplicationStub.sh renamed to src/osx/resources/universalJavaApplicationStub.sh

File renamed without changes.

0 commit comments

Comments
 (0)