Skip to content

Commit

Permalink
Merge branch 'master-pre-merge' into testnet_q3_mastery
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Aug 21, 2018
2 parents 7ee0e78 + 284fa1e commit 17d0f33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified lib/libminiupnpc.so
Binary file not shown.
Binary file modified lib/miniupnpc_linux.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion script/prepack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

# generate aion runtime
if [ ! -d "$JDK_RT" ]; then
$JDK_PATH/bin/jlink --module-path $JDK_PATH/jmods --add-modules java.base,java.xml,java.logging,java.management,jdk.unsupported,javafx.graphics,javafx.controls,javafx.base,jdk.sctp,javafx.fxml --output $JDK_RT
$JDK_PATH/bin/jlink --module-path $JDK_PATH/jmods --add-modules java.base,java.xml,java.logging,java.management,jdk.unsupported,javafx.graphics,javafx.controls,javafx.base,jdk.sctp,javafx.fxml,javafx.swing --output $JDK_RT
cp $JDK_PATH/bin/jstack $JDK_RT/bin
fi

Expand Down

0 comments on commit 17d0f33

Please sign in to comment.