1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-18 09:50:40 +03:00

build and run scripts - add new dependency and linux desktop icon

This commit is contained in:
ricardo.jl.rufino
2015-04-22 13:47:39 -03:00
committed by Federico Fissore
parent 6b4e7d7c41
commit 903622ea63
6 changed files with 8 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ else
SPLASH="-splash:./lib/splash.png"
fi
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH processing.app.Base --curdir $CURDIR "$@"
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH ArduinoIDE --curdir $CURDIR "$@"