File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
mkdir -p temp/Firmata
8
8
cp -r examples temp/Firmata
9
9
cp -r extras temp/Firmata
10
+ cp -r utility temp/Firmata
10
11
cp Boards.h temp/Firmata
11
12
cp Firmata.cpp temp/Firmata
12
13
cp Firmata.h temp/Firmata
@@ -16,7 +17,7 @@ cd temp
16
17
find . -name " *.DS_Store" -type f -delete
17
18
zip -r Firmata.zip ./Firmata/
18
19
cd ..
19
- mv ./temp/Firmata.zip Firmata-2.4 .0.zip
20
+ mv ./temp/Firmata.zip Firmata-2.5 .0.zip
20
21
21
22
# package for Arduino 1.5.x
22
23
cp library.properties temp/Firmata
@@ -26,9 +27,10 @@ mkdir src
26
27
mv Boards.h ./src/
27
28
mv Firmata.cpp ./src/
28
29
mv Firmata.h ./src/
30
+ mv utility ./src/
29
31
cd ..
30
32
find . -name " *.DS_Store" -type f -delete
31
33
zip -r Firmata.zip ./Firmata/
32
34
cd ..
33
- mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.4 .0.zip
35
+ mv ./temp/Firmata.zip Arduino-1.5.x-Firmata-2.5 .0.zip
34
36
rm -r ./temp
You can’t perform that action at this time.
0 commit comments