Add workaround to be able to test creation of macOS bundle

This commit is contained in:
Christoph Atteneder 2018-05-01 19:14:39 +02:00
parent 7af493b9d8
commit 0f26e1890e
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
2 changed files with 4 additions and 1 deletions

View file

@ -40,7 +40,7 @@
<key>JVMAppClasspath</key>
<string></string>
<key>JVMMainJarName</key>
<string>shaded.jar</string>
<string>Bisq-0.7.0.jar</string>
<key>JVMPreferencesID</key>
<string>bisq</string>
<key>JVMOptions</key>

View file

@ -16,6 +16,9 @@ win64=build/vm/vm_shared_windows
mkdir -p $linux32 $linux64 $win32 $win64
# temp copy
cp build/libs/bisq-desktop--SNAPSHOT.jar "build/libs/bisq-desktop.jar"
cp build/libs/bisq-desktop.jar "deploy/Bisq-$version.jar"
# copy app jar to VM shared folders