Skip to content

Commit 5439ea0

Browse files
authored
add distributables location indicator
1 parent 7c77d63 commit 5439ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _Note: this project uses Java 16 and Gradle 7._
1919
```
2020

2121

22-
## Distributing as Executable
22+
## Distributing Installer/Executable
2323

2424
1. Build the program:
2525
```bash
@@ -29,6 +29,7 @@ _Note: this project uses Java 16 and Gradle 7._
2929
```bash
3030
./gradlew jpackage
3131
```
32+
3. The executable and installer files will be found in `build/jpackage`.
3233

3334
_Having trouble using `gradlew`? Read [this][Terminals Are Different]._
3435

0 commit comments

Comments
 (0)