Cleanup build scripts

This commit is contained in:
Manfred Karrer 2015-03-04 10:36:41 +01:00
parent 95f2c51900
commit d2158b6d6c
5 changed files with 6 additions and 9 deletions

View file

@ -12,7 +12,7 @@ $JAVA_HOME/bin/javapackager \
-deploy \
-BappVersion=0.1.1-SNAPSHOT \
-Bcategory=Finance \
-Bemail=info@bitsquare.io \
-Bemail=team@bitsquare.io \
-BlicenseType=GPLv3 \
-native deb \
-name Bitsquare \

View file

@ -11,11 +11,8 @@ mkdir gui/deploy
# 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
cd package/mac
cd package/linux
# start webserver for update data
# cd gui/updatefx/site
# cd ../../gui/updatefx/site
# python -m SimpleHTTPServer 8000
# create icons
# iconutil -c icns package/bitsquare.iconset

View file

@ -9,4 +9,4 @@ 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
cd package/linux

View file

@ -14,7 +14,7 @@ java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updat
cd package/mac
# start webserver for update data
# cd gui/updatefx/site
# cd ../../gui/updatefx/site
# python -m SimpleHTTPServer 8000
# create icons

View file

@ -14,5 +14,5 @@ call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:
cd package\win
:: start webserver for update data
:: cd gui\updatefx\site
:: cd ..\..\gui\updatefx\site
:: python -m SimpleHTTPServer 8000