5 lines
113 B
Bash
5 lines
113 B
Bash
|
# Build app
|
||
|
./gradlew build
|
||
|
|
||
|
# Run the app (add your options here)
|
||
|
java -jar build/dist/ManifestEditor.jar --help
|