mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
17 lines
474 B
Batchfile
Executable File
17 lines
474 B
Batchfile
Executable File
:: setup dirs
|
|
cd ..\..\
|
|
mkdir gui\updatefx
|
|
mkdir gui\updatefx\builds
|
|
mkdir gui\updatefx\builds\processed
|
|
mkdir gui\updatefx\site
|
|
mkdir gui\deploy
|
|
mkdir gui\win-32bit
|
|
|
|
:: create key/wallet. Copy wallet to UpdateProcess or use wallet form other OS build
|
|
call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
|
|
|
cd package\windows
|
|
|
|
:: start webserver for update data
|
|
:: cd ..\..\gui\updatefx\site
|
|
:: python -m SimpleHTTPServer 8000 |