mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add workaround to be able to test creation of macOS bundle
This commit is contained in:
parent
7af493b9d8
commit
0f26e1890e
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue