mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
14 lines
No EOL
335 B
Batchfile
14 lines
No EOL
335 B
Batchfile
cd ..\..\
|
|
|
|
:: setup dirs
|
|
mkdir gui\updatefx
|
|
mkdir gui\updatefx\builds
|
|
mkdir gui\updatefx\builds\processed
|
|
mkdir gui\updatefx\site
|
|
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
|
|
|
|
cd package\windows |