mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Cleanup build scripts
This commit is contained in:
parent
95f2c51900
commit
d2158b6d6c
5 changed files with 6 additions and 9 deletions
|
@ -12,7 +12,7 @@ $JAVA_HOME/bin/javapackager \
|
||||||
-deploy \
|
-deploy \
|
||||||
-BappVersion=0.1.1-SNAPSHOT \
|
-BappVersion=0.1.1-SNAPSHOT \
|
||||||
-Bcategory=Finance \
|
-Bcategory=Finance \
|
||||||
-Bemail=info@bitsquare.io \
|
-Bemail=team@bitsquare.io \
|
||||||
-BlicenseType=GPLv3 \
|
-BlicenseType=GPLv3 \
|
||||||
-native deb \
|
-native deb \
|
||||||
-name Bitsquare \
|
-name Bitsquare \
|
||||||
|
|
|
@ -11,11 +11,8 @@ mkdir gui/deploy
|
||||||
# create key/wallet. Copy wallet to UpdateProcess or use wallet form other OS build
|
# create key/wallet. Copy wallet to UpdateProcess or use wallet form other OS build
|
||||||
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
||||||
|
|
||||||
cd package/mac
|
cd package/linux
|
||||||
|
|
||||||
# start webserver for update data
|
# start webserver for update data
|
||||||
# cd gui/updatefx/site
|
# cd ../../gui/updatefx/site
|
||||||
# python -m SimpleHTTPServer 8000
|
# python -m SimpleHTTPServer 8000
|
||||||
|
|
||||||
# create icons
|
|
||||||
# iconutil -c icns package/bitsquare.iconset
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ cp gui/target/shaded.jar gui/updatefx/builds/2.jar
|
||||||
# edit url
|
# edit url
|
||||||
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
||||||
|
|
||||||
cd package/mac
|
cd package/linux
|
|
@ -14,7 +14,7 @@ java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updat
|
||||||
cd package/mac
|
cd package/mac
|
||||||
|
|
||||||
# start webserver for update data
|
# start webserver for update data
|
||||||
# cd gui/updatefx/site
|
# cd ../../gui/updatefx/site
|
||||||
# python -m SimpleHTTPServer 8000
|
# python -m SimpleHTTPServer 8000
|
||||||
|
|
||||||
# create icons
|
# create icons
|
||||||
|
|
|
@ -14,5 +14,5 @@ call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:
|
||||||
cd package\win
|
cd package\win
|
||||||
|
|
||||||
:: start webserver for update data
|
:: start webserver for update data
|
||||||
:: cd gui\updatefx\site
|
:: cd ..\..\gui\updatefx\site
|
||||||
:: python -m SimpleHTTPServer 8000
|
:: python -m SimpleHTTPServer 8000
|
Loading…
Add table
Reference in a new issue