Fix windows build problems

This commit is contained in:
Manfred Karrer 2015-03-05 13:31:26 +01:00
parent 095b2a34f1
commit 08183c3e3f
8 changed files with 0 additions and 50 deletions

0
package/windows/Bitsquare-setup-icon.bmp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

0
package/windows/Bitsquare.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

1
package/windows/Bitsquare.iss Normal file → Executable file
View File

@ -41,7 +41,6 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "Bitsquare\Bitsquare.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Bitsquare\runtime\jre\bin\plugin2\msvcr100.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "Bitsquare\runtime\jre\bin\msvcp100.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "Bitsquare\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
[Icons]

View File

@ -1,21 +0,0 @@
@echo off
cd ..\..\
call mvn clean package -DskipTests -Dmaven.javadoc.skip=true
copy gui\target\shaded.jar gui\updatefx\builds\1.jar
:: edit url
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)
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

View File

@ -1,19 +0,0 @@
@echo off
:: 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\win
:: start webserver for update data
:: cd ..\..\gui\updatefx\site
:: python -m SimpleHTTPServer 8000

View File

@ -1,9 +0,0 @@
@echo off
call mvn clean package -DskipTests -Dmaven.javadoc.skip=true
:: edit version /*.jar
cp gui\target\shaded.jar gui\updatefx\builds\2.jar
:: edit url
call java -jar ./updatefx/updatefx-app-1.2.jar --url=http://localhost:8000/ gui/updatefx

Binary file not shown.

Binary file not shown.