Scripts: Change scripts to generate portable jar-file and run JRE directly
This commit is contained in:
parent
3265e03281
commit
a5814e2497
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt
|
||||
kotlinc app/src/main/kotlin/de/jotoho/waituntil/start.kt -include-runtime -d waituntil.jar
|
||||
|
|
2
run.sh
2
run.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
kotlin de.jotoho.waituntil.StartKt $*
|
||||
java -jar waituntil.jar $*
|
||||
|
|
Loading…
Reference in a new issue