Skip to content

Commit

Permalink
Fix install4j location
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 7, 2018
1 parent b889fed commit 732300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-install4j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd ~/jabref
# version 7.0.1 is NOT zipped any more - old command line: "-xzf"
tar -xf ~/downloads/install4j_unix_7_0_3.tar.gz
# fix directory name (until install4j 6.1.5 it was install4j6
mv install4j7.0.3 install4j7
mv install4j7.0.3 org.jabref.gui/install4j7

# fetch JREs
if [ ! -d ~/.install4j7/jres/ ]; then
Expand Down

0 comments on commit 732300e

Please sign in to comment.