mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-25 09:59:21 -04:00
22 lines
496 B
Bash
22 lines
496 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
|
|
|
|
# create key/wallet. Copy wallet to UpdateProcess or use wallet form other OS build
|
|
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
|
|
|
cd package/mac
|
|
|
|
# start webserver for update data
|
|
# cd gui/updatefx/site
|
|
# python -m SimpleHTTPServer 8000
|
|
|
|
# create icons
|
|
# iconutil -c icns package/bitsquare.iconset
|