mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-23 07:00:49 -04:00
Add 32 bit build for windows
This commit is contained in:
parent
320af8f762
commit
095b2a34f1
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,15 @@ copy gui\target\shaded.jar gui\updatefx\builds\1.jar
|
||||||
:: edit url
|
:: edit url
|
||||||
call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
||||||
|
|
||||||
|
:: 64 bit build
|
||||||
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
|
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
|
||||||
call "c:\Program Files\Java\jdk1.8.0_40\bin\javapackager.exe" -deploy -BappVersion=0.1 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.gui.BitsquareAppMain -srcfiles "gui\updatefx\builds\processed\1.jar" -outfile Bitsquare -Bruntime="c:\Program Files\Java\jdk1.8.0_40\jre"
|
call "C:\Program Files\Java\jdk1.8.0_40\bin\javapackager.exe" -deploy -BappVersion=0.1 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir
|
||||||
|
gui\deploy -appclass io.bitsquare.app.gui.BitsquareAppMain -srcfiles "gui\updatefx\builds\processed\1.jar" -outfile Bitsquare -Bruntime="C:\Program
|
||||||
|
Files\Java\jdk1.8.0_40\jre"
|
||||||
|
|
||||||
|
:: 32 bit build
|
||||||
|
call "C:\Program Files (x86)\Java\jdk1.8.0_40\bin\javapackager.exe" -deploy -BappVersion=0.1 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir
|
||||||
|
gui\deploy\win-32bit -appclass io.bitsquare.app.gui.BitsquareAppMain -srcfiles "gui\updatefx\builds\processed\1.jar" -outfile Bitsquare -Bruntime="C:\Program
|
||||||
|
Files (x86)\Java\jdk1.8.0_40\jre"
|
||||||
|
|
||||||
cd package\win
|
cd package\win
|
|
@ -7,6 +7,7 @@ mkdir gui\updatefx\builds
|
||||||
mkdir gui\updatefx\builds\processed
|
mkdir gui\updatefx\builds\processed
|
||||||
mkdir gui\updatefx\site
|
mkdir gui\updatefx\site
|
||||||
mkdir gui\deploy
|
mkdir gui\deploy
|
||||||
|
mkdir gui\win-32bit
|
||||||
|
|
||||||
:: 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
|
||||||
call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
call java -Xmx2048m -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue