diff --git a/CHANGELOG.md b/CHANGELOG.md index 30870947c39..f5c6b08442d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,7 +120,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `# - We fixed an issue where the command line help text had several errors, and arguments and descriptions have been rewritten to simplify and detail them better. [#4932](https://github.com/JabRef/jabref/issues/2016) - We fixed an issue where the same menu for changing entry type had two different sizes and weights. [#4977](https://github.com/JabRef/jabref/issues/4977) - We fixed an issue where the "Attach file" dialog, in the right-click menu for an entry, started on the working directory instead of the user's main directory. [#4995](https://github.com/JabRef/jabref/issues/4995) - +- We fixed an issue where the JabRef Icon in the macOS launchpad was not displayed correctly [#5003](https://github.com/JabRef/jabref/issues/5003) diff --git a/jabref.install4j b/jabref.install4j index 08da26fd0a2..53b83c0d3bc 100644 --- a/jabref.install4j +++ b/jabref.install4j @@ -1,5 +1,5 @@ - + diff --git a/scripts/download-install4j-and-jres.sh b/scripts/download-install4j-and-jres.sh index cdd5aee3b20..4368ef31012 100755 --- a/scripts/download-install4j-and-jres.sh +++ b/scripts/download-install4j-and-jres.sh @@ -5,7 +5,7 @@ if [ ! -d ~/downloads ]; then mkdir ~/downloads fi cd ~/downloads -wget --quiet -nc --show-progress http://download-keycdn.ej-technologies.com/install4j/install4j_unix_7_0_8.tar.gz +wget --quiet -nc --show-progress http://download-keycdn.ej-technologies.com/install4j/install4j_unix_7_0_11.tar.gz # fetch JREs if [ ! -d ~/.install4j7/jres ]; then diff --git a/scripts/extract-install4j.sh b/scripts/extract-install4j.sh index 9e960280b81..74b703b2981 100755 --- a/scripts/extract-install4j.sh +++ b/scripts/extract-install4j.sh @@ -1,4 +1,4 @@ #!/bin/bash -tar -xf ~/downloads/install4j_unix_7_0_8.tar.gz +tar -xf ~/downloads/install4j_unix_7_0_11.tar.gz # fix directory name (until install4j 6.1.5 it was install4j6 -mv install4j7.0.8 install4j7 +mv install4j7.0.11 install4j7 diff --git a/src/main/resources/icons/jabref.icns b/src/main/resources/icons/jabref.icns index 2c87ce06a5c..874d5ab4cf8 100755 Binary files a/src/main/resources/icons/jabref.icns and b/src/main/resources/icons/jabref.icns differ