mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
9 lines
No EOL
303 B
Batchfile
9 lines
No EOL
303 B
Batchfile
call mvn clean package -DskipTests -Dmaven.javadoc.skip=true
|
|
|
|
:: edit buildVersion number
|
|
@echo off set buildVersion=2
|
|
|
|
:: edit version /*.jar
|
|
cp gui\target\shaded.jar gui\updatefx\builds\%buildVersion%.jar
|
|
|
|
call java -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx |