From 596430a23bd82984d47134aab59d52c14e26751f Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sat, 2 Apr 2016 17:12:50 +0200 Subject: [PATCH] Add 32bit to 32 bit binary names --- package/linux/create_32bit_app.sh | 4 ++-- package/windows/create_32bit_app.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/linux/create_32bit_app.sh b/package/linux/create_32bit_app.sh index 15d346d2fa..eb0ac0837c 100644 --- a/package/linux/create_32bit_app.sh +++ b/package/linux/create_32bit_app.sh @@ -31,8 +31,8 @@ $JAVA_HOME/bin/javapackager \ rm gui/deploy/Bitsquare.html rm gui/deploy/Bitsquare.jnlp rm gui/deploy/LICENSE -mv "gui/deploy/bundles/bitsquare-$fullVersion.deb" "gui/deploy/Bitsquare-$fullVersion.deb" +mv "gui/deploy/bundles/bitsquare-$fullVersion.deb" "gui/deploy/Bitsquare-32bit-$fullVersion.deb" rmdir gui/deploy/bundles -cp "gui/deploy/Bitsquare-$fullVersion.deb" "/home/bitsquare/Desktop/sf_vm_shared_ubuntu14_32bit/Bitsquare-$fullVersion.deb" +cp "gui/deploy/Bitsquare-32bit-$fullVersion.deb" "/home/bitsquare/Desktop/sf_vm_shared_ubuntu14_32bit/Bitsquare-32bit-$fullVersion.deb" cd package/linux \ No newline at end of file diff --git a/package/windows/create_32bit_app.bat b/package/windows/create_32bit_app.bat index 797b386ffb..5ab71bd146 100644 --- a/package/windows/create_32bit_app.bat +++ b/package/windows/create_32bit_app.bat @@ -8,6 +8,6 @@ mkdir gui\deploy :: 32 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) -call "C:\Program Files\Java\jdk1.8.0_77\bin\javapackager.exe" -deploy -BappVersion=0.3.7 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir "\\VBOXSVR\vm_shared_windows_32bit" -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "\\VBOXSVR\vm_shared_windows_32bit\Bitsquare-0.3.7.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_77\jre" -BjvmProperties=-Djava.net.preferIPv4Stack=true +call "C:\Program Files\Java\jdk1.8.0_77\bin\javapackager.exe" -deploy -BappVersion=0.3.7 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir "\\VBOXSVR\vm_shared_windows_32bit" -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "\\VBOXSVR\vm_shared_windows_32bit\Bitsquare-0.3.7.jar" -outfile Bitsquare-32bit -Bruntime="C:\Program Files\Java\jdk1.8.0_77\jre" -BjvmProperties=-Djava.net.preferIPv4Stack=true cd package\windows \ No newline at end of file