Skip to content

Commit

Permalink
Merge pull request #2862 from agb19/patch-1
Browse files Browse the repository at this point in the history
Fix "useless use of IPv6" in Tor socket
  • Loading branch information
sqrrm authored Jun 3, 2019
2 parents 428b3f5 + 9970571 commit eb80770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/package/linux/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ $JAVA_HOME/bin/javapackager \
-srcfiles desktop-$version-all.jar \
-appclass bisq.desktop.app.BisqAppMain \
-BjvmOptions=-Xss1280k \
-BjvmOptions=-Djava.net.preferIPv4Stack=true \
-outfile Bisq-$version \
-v

Expand All @@ -133,6 +134,7 @@ $JAVA_HOME/bin/javapackager \
-srcfiles desktop-$version-all.jar \
-appclass bisq.desktop.app.BisqAppMain \
-BjvmOptions=-Xss1280k \
-BjvmOptions=-Djava.net.preferIPv4Stack=true \
-outfile Bisq-$version \
-v

Expand Down

0 comments on commit eb80770

Please sign in to comment.