Move appdir creation to main

This commit is contained in:
Manfred Karrer 2015-03-06 00:39:02 +01:00
parent 87fa1d4ae2
commit c9f685b0df
5 changed files with 29 additions and 36 deletions

View file

@ -9,6 +9,6 @@ mkdir gui/updatefx/site
mkdir gui/deploy
# Copy wallet file from main build
java -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx
# java -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx
cd package/linux

View file

@ -9,6 +9,6 @@ mkdir gui\deploy
:: mkdir gui\win-32bit
:: Copy wallet file from main build
call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx
:: call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://bitsquare.io/updateFX/ gui/updatefx
cd package\windows