mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-17 11:54:33 +01:00
Merge branch 'patch-1' of https://github.com/dagwieers/Arduino-1
This commit is contained in:
commit
2e708410d4
3
build/linux/dist/arduino
vendored
3
build/linux/dist/arduino
vendored
@ -27,7 +27,8 @@ fi
|
||||
# Collect options to java in an array, to properly handle whitespace in options
|
||||
JAVA_OPTIONS=("-DAPP_DIR=$APPDIR" "-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel")
|
||||
|
||||
if [[ "$@" != *"--upload"* && "$@" != *"--verify"* && "$@" != *"--get-pref"* && "$@" != *"--install-board"* && "$@" != *"--install-library"* ]] ; then
|
||||
# Only show the splash screen when no options are present
|
||||
if [[ "$@" != *"--"* ]] ; then
|
||||
JAVA_OPTIONS+=("-splash:$APPDIR/lib/splash.png")
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user