mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Add copy build script task
This commit is contained in:
parent
6f37812e90
commit
70b1dd7f34
@ -28,6 +28,12 @@ cp $EXE_JAR "$linux64/Bisq-$version.jar"
|
||||
cp $EXE_JAR "$win32/Bisq.jar"
|
||||
cp $EXE_JAR "$win64/Bisq.jar"
|
||||
|
||||
# Copy packager scripts to VM. No need to checkout the source as we only are interested in the build scripts.
|
||||
cp -r package/linux "$linux32/linux"
|
||||
cp -r package/linux "$linux64/linux"
|
||||
cp -r package/windows "$win32/windows"
|
||||
cp -r package/windows "$win64/windows"
|
||||
|
||||
if [ -z "$JAVA_HOME" ]; then
|
||||
JAVA_HOME=$(/usr/libexec/java_home)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user