mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-25 01:49:14 -04:00
12 lines
264 B
Bash
12 lines
264 B
Bash
#!/bin/bash
|
|
|
|
cd ../../
|
|
mvn clean package -DskipTests -Dmaven.javadoc.skip=true
|
|
|
|
# edit version /*.jar
|
|
cp gui/target/shaded.jar gui/updatefx/builds/2.jar
|
|
|
|
# edit url
|
|
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
|
|
|
cd package/mac |