mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
7 lines
No EOL
237 B
Batchfile
Executable file
7 lines
No EOL
237 B
Batchfile
Executable file
call mvn clean package -DskipTests -Dmaven.javadoc.skip=true
|
|
|
|
:: edit version /*.jar
|
|
cp gui\target\shaded.jar gui\updatefx\builds\2.jar
|
|
|
|
:: edit url
|
|
call java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx |