mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
added $JAVAHOME/bin to linux.sh to work with Jenkins #292
This commit is contained in:
parent
7fb80c1a50
commit
67ed736652
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ version=$1
|
||||||
jar=$2
|
jar=$2
|
||||||
mainClass=$3
|
mainClass=$3
|
||||||
|
|
||||||
javapackager -deploy \
|
$JAVA_HOME/bin/javapackager \
|
||||||
|
-deploy \
|
||||||
-BappVersion=$version \
|
-BappVersion=$version \
|
||||||
-Bcategory=Finance \
|
-Bcategory=Finance \
|
||||||
-BlicenseType=GPLv3 \
|
-BlicenseType=GPLv3 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue