We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65b576 commit e8ef0d9Copy full SHA for e8ef0d9
build/linux/dist/arduino
@@ -20,7 +20,7 @@ export LD_LIBRARY_PATH
20
21
export PATH="${APPDIR}/java/bin:${PATH}"
22
23
-if [[ "$@" == *"--upload"* || "$@" == *"--upload"* || "$@" == *"--get-pref"* ]] ; then
+if [[ "$@" == *"--upload"* || "$@" == *"--verify"* || "$@" == *"--get-pref"* ]] ; then
24
SPLASH=""
25
else
26
SPLASH="-splash:./lib/splash.png"
0 commit comments