fix: prevent dock icon being shown in macos
see https://developer.apple.com/library/content/releasenotes/Java/JavaLeopardUpdate1RN/ResolvedIssues/ResolvedIssues.html
This commit is contained in:
parent
c468e8e865
commit
8820821f41
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -75,4 +75,4 @@ if [ "$HOP_HOME" ]; then
|
|||
fi
|
||||
|
||||
# Invoke the Java VM
|
||||
$JAVACMD $JAVA_OPTIONS -jar "$INSTALL_DIR/launcher.jar" $SWITCHES $*
|
||||
exec $JAVACMD $JAVA_OPTIONS -Dapple.awt.UIElement=true -jar "$INSTALL_DIR/launcher.jar" $SWITCHES $*
|
||||
|
|
Loading…
Add table
Reference in a new issue