Skip to content

Commit 605fe3c

Browse files
committed
Update jssc jar name for IDE 1.8.5
1 parent 7ce5328 commit 605fe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
REV=0.9.1
3030
ZIP_FILENAME=WiFi101-Updater-ArduinoIDE-Plugin-$REV
31-
REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar"
31+
REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino1.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar"
3232

3333
# Check existence of the IDE folder
3434
if [[ -z "$IDE_FOLDER" ]]; then

0 commit comments

Comments
 (0)