mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-25 01:49:14 -04:00
18 lines
416 B
Bash
18 lines
416 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 key to UpdateProcess and use wallet for other OS builds
|
|
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx
|
|
|
|
cd package/mac
|
|
|
|
# create icons
|
|
# iconutil -c icns package/bitsquare.iconset
|