mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-26 02:19:16 -04:00
14 lines
302 B
Bash
14 lines
302 B
Bash
#!/bin/bash
|
|
|
|
# setup dirs
|
|
cd ../../
|
|
mkdir gui/updatefx
|
|
mkdir gui/updatefx/builds
|
|
mkdir gui/updatefx/builds/processed
|
|
mkdir gui/updatefx/site
|
|
mkdir gui/deploy
|
|
|
|
# Copy wallet file from main build
|
|
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx
|
|
|
|
cd package/linux |