mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-25 09:59:21 -04:00
11 lines
152 B
Bash
11 lines
152 B
Bash
#!/bin/bash
|
|
|
|
# setup dirs
|
|
cd ../../
|
|
|
|
mkdir gui/updatefx
|
|
mkdir gui/updatefx/builds
|
|
mkdir gui/updatefx/builds/processed
|
|
mkdir gui/deploy
|
|
|
|
cd package/linux |