Update app icons and build scripts

This commit is contained in:
Manfred Karrer 2017-06-27 02:50:31 +02:00
parent e258b17e7a
commit e1e8c4a428
22 changed files with 20 additions and 17 deletions

View file

@ -7,6 +7,9 @@
<option name="DO_NOT_WRAP_AFTER_SINGLE_ANNOTATION" value="true" />
<option name="ANNOTATION_PARAMETER_WRAP" value="2" />
</JavaCodeStyleSettings>
<MarkdownNavigatorCodeStyleSettings>
<option name="RIGHT_MARGIN" value="72" />
</MarkdownNavigatorCodeStyleSettings>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>

View file

@ -10,7 +10,7 @@ There is an install script (2 parts) for setup (JDK, git, maven, Bitcoinj, bisq)
System requirements
-------------
The prerequisite for building bisq is installing the Java Development Kit (JDK), version 8u121 or better (as well as maven and git).
The prerequisite for building bisq is installing the Java Development Kit (JDK), version 8u131 or better (as well as maven and git).
In Debian/Ubuntu systems with OpenJDK you'll need OpenJFX as well, i.e. you'll need the `openjfx` package besides the `openjdk-8-jdk` package.
$ sudo apt-get install openjdk-8-jdk maven libopenjfx-java

View file

@ -13,7 +13,7 @@ apt-get update
apt-get -y install oracle-java8-installer git maven unzip
# Alternatively you can download the latest jdk and extract it to $JAVA_HOME
# wget http://download.oracle.com/otn-pub/java/jdk/8u121-b15/jdk-8u121-linux-x64.tar.gz --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie"
# wget http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie"
# If you had an older java version installed set the new java version as default by those commands:
apt-get install update-alternatives
# update-alternatives --install /usr/bin/java java $JAVA_HOME/bin/java 2000

View file

@ -21,9 +21,9 @@ $JAVA_HOME/bin/javapackager \
-BlicenseFile=LICENSE \
-Bicon=package/linux/icon.png \
-native deb \
-name bisq \
-title bisq \
-vendor bisq \
-name Bisq \
-title Bisq \
-vendor Bisq \
-outdir gui/deploy \
-srcfiles $jarFile:$jdkfixFile \
-srcfiles "core/src/main/resources/bisq.policy" \

View file

@ -21,9 +21,9 @@ $JAVA_HOME/bin/javapackager \
-BlicenseFile=LICENSE \
-Bicon=package/linux/icon.png \
-native deb \
-name bisq \
-title bisq \
-vendor bisq \
-name Bisq \
-title Bisq \
-vendor Bisq \
-outdir gui/deploy \
-srcfiles $jarFile:$jdkfixFile \
-srcfiles "core/src/main/resources/bisq.policy" \

BIN
package/linux/icon.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -25,9 +25,9 @@ $JAVA_HOME/bin/javapackager \
-Bicon=package/mac/bisq.icns \
-Bruntime="$JAVA_HOME/jre" \
-native dmg \
-name bisq \
-title bisq \
-vendor bisq \
-name Bisq \
-title Bisq \
-vendor Bisq \
-outdir gui/deploy \
-srcfiles "gui/deploy/bisq-$version.jar" \
-srcfiles "core/src/main/resources/bisq.policy" \

View file

@ -15,9 +15,9 @@ SET outdir=\\VBOXSVR\vm_shared_windows_32bit
call "%JAVA_HOME%\bin\javapackager.exe" -deploy ^
-BappVersion="%version%" ^
-native exe ^
-name bisq ^
-title bisq ^
-vendor bisq ^
-name Bisq ^
-title Bisq ^
-vendor Bisq ^
-outdir %outdir% ^
-appclass io.bisq.gui.app.BisqAppMain ^
-srcfiles %outdir%\bisq.jar ^

View file

@ -15,9 +15,9 @@ SET outdir=\\VBOXSVR\vm_shared_windows
call "%JAVA_HOME%\bin\javapackager.exe" -deploy ^
-BappVersion="%version%" ^
-native exe ^
-name bisq ^
-title bisq ^
-vendor bisq ^
-name Bisq ^
-title Bisq ^
-vendor Bisq ^
-outdir %outdir% ^
-appclass io.bisq.gui.app.BisqAppMain ^
-srcfiles %outdir%\bisq.jar ^

BIN
package/windows/bisq-setup-icon.bmp Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
package/windows/bisq.ico Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 35 KiB