mirror of
https://github.com/haveno-dex/haveno.git
synced 2026-01-04 09:05:36 -05:00
11 lines
No EOL
152 B
Bash
11 lines
No EOL
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 |