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 b2d893e commit 3764281Copy full SHA for 3764281
release.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# use this script to package Firmata for distribution
+# [Optional] use this script to package Firmata for distribution
4
5
# package for Arduino 1.0.x
6
mkdir -p temp/Firmata
@@ -15,7 +15,7 @@ cd temp
15
find . -name "*.DS_Store" -type f -delete
16
zip -r Firmata.zip ./Firmata/
17
cd ..
18
-mv ./temp/Firmata.zip Arduino-1.0.x-Firmata-2.5.8.zip
+mv ./temp/Firmata.zip Arduino-1.0.x-Firmata-2.5.9.zip
19
20
#package for Arduino 1.6.x and 1.8.x
21
cp library.properties temp/Firmata
@@ -29,5 +29,5 @@ cd ..
29
30
31
32
-mv ./temp/Firmata.zip Firmata-2.5.8.zip
+mv ./temp/Firmata.zip Firmata-2.5.9.zip
33
rm -r ./temp
0 commit comments