File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff 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"_
File renamed without changes.
You can’t perform that action at this time.
0 commit comments