mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01: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 |