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 572f4b3 commit 2b6bc1eCopy full SHA for 2b6bc1e
release.sh
@@ -3,7 +3,7 @@
3
# use this script to package Firmata for distribution
4
# to do: make an ant script or something else that is cross platform
5
6
-# create distribution package for Arduino 1.0.x
+# create distribution package for Arduino 1.0.x and Arduino 1.5.x
7
mkdir -p temp/Firmata
8
cp -r examples temp/Firmata
9
cp -r extras temp/Firmata
@@ -17,4 +17,5 @@ cd temp
17
find . -name "*.DS_Store" -type f -delete
18
zip -r Firmata.zip ./Firmata/
19
cd ..
20
-mv ./temp/Firmata.zip Firmata-2.6.0-beta1.zip
+mv ./temp/Firmata.zip Firmata-2.6.0.zip
21
+rm -r ./temp
0 commit comments