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 df4ef0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
# openssl aes-256-cbc -e -in ./buildres/jabref-cert-2016.p12 -out jabref-cert-2016.p12.enc -k {PASSWORD}
#- openssl aes-256-cbc -d -in ./buildres/jabref-cert-2016.p12.enc -out ./buildres/jabref-cert-2016.p12 -k $CERTIFICATE
- scripts/prepare-install4j.sh
- install4j7/bin/install4jc --verbose --license=$INSTALL4J_KEY
- cd org.jabref.gui && install4j7/bin/install4jc --verbose --license=$INSTALL4J_KEY
#--win-keystore-password $CERTIFICATE_PW --mac-keystore-password $CERTIFICATE_PW
override:
# We do this to decrease build time by using CircleCI's cache. See https://discuss.circleci.com/t/effective-caching-for-gradle/540 for a longer motivation.
Expand Down Expand Up @@ -44,8 +44,6 @@ deployment:
# if upload fails, it is accepted; CircleCI provides deep links to the binaries as fallback
- timeout 580 scripts/upload-to-builds.jabref.org.sh || exit 0



general:
artifacts:
- "build/releases"
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 df4ef0d

Please sign in to comment.