mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
RC version 0.3.1
This commit is contained in:
parent
b235beb56b
commit
5b4a360b26
16 changed files with 29 additions and 17 deletions
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ../../
|
||||
mkdir gui/deploy
|
||||
mkdir -p gui/deploy
|
||||
|
||||
set -e
|
||||
|
||||
# Edit versions
|
||||
fullVersion=0.3.1
|
||||
fullVersion=0.3.2
|
||||
|
||||
# Copy jar file from mac build (1.jar from processed folder) to linux box
|
||||
# Note: fakeroot needs to be installed on linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue