mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
Version 0.1.3 interrupted trade process working fine
This commit is contained in:
parent
0008202037
commit
aa1e141900
39 changed files with 209 additions and 148 deletions
|
@ -21,9 +21,9 @@ $JAVA_HOME/bin/javapackager \
|
|||
-name Bitsquare \
|
||||
-title Bitsquare \
|
||||
-vendor Bitsquare \
|
||||
-outdir gui/deploy \
|
||||
-srcfiles gui/updatefx/builds/processed/$buildVersion.jar \
|
||||
-appclass io.bitsquare.app.gui.BitsquareAppMain \
|
||||
-outdir core/deploy \
|
||||
-srcfiles core/updatefx/builds/processed/$buildVersion.jar \
|
||||
-appclass io.bitsquare.app.core.BitsquareAppMain \
|
||||
-outfile Bitsquare
|
||||
|
||||
cd package/linux
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# setup dirs
|
||||
cd ../../
|
||||
|
||||
mkdir gui/updatefx
|
||||
mkdir gui/updatefx/builds
|
||||
mkdir gui/updatefx/builds/processed
|
||||
mkdir gui/deploy
|
||||
mkdir core/updatefx
|
||||
mkdir core/updatefx/builds
|
||||
mkdir core/updatefx/builds/processed
|
||||
mkdir core/deploy
|
||||
|
||||
cd package/linux
|
Loading…
Add table
Add a link
Reference in a new issue