mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
update build file structure, add win ico
This commit is contained in:
parent
3f2531960b
commit
7fc485dd88
27 changed files with 80 additions and 22 deletions
12
package/linux/build_update.sh
Normal file
12
package/linux/build_update.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue