We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c77d63 commit 5439ea0Copy full SHA for 5439ea0
README.md
@@ -19,7 +19,7 @@ _Note: this project uses Java 16 and Gradle 7._
19
```
20
21
22
-## Distributing as Executable
+## Distributing Installer/Executable
23
24
1. Build the program:
25
```bash
@@ -29,6 +29,7 @@ _Note: this project uses Java 16 and Gradle 7._
29
30
./gradlew jpackage
31
32
+3. The executable and installer files will be found in `build/jpackage`.
33
34
_Having trouble using `gradlew`? Read [this][Terminals Are Different]._
35
0 commit comments