Skip to content

Commit

Permalink
Change package format and update to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jan 17, 2017
1 parent 0c4e6b3 commit 37ecb00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ cd distrib

for folder in "${target_folders[@]}"
do
cd $folder
mv $folder arduinoOTA
if [[ $folder == "windows_386" ]]; then
zip -r ../arduinoOTA-$VERSION-$folder.zip bin/
zip -r arduinoOTA-$VERSION-$folder.zip arduinoOTA/
else
tar cjf ../arduinoOTA-$VERSION-$folder.tar.bz2 bin/
tar cjf arduinoOTA-$VERSION-$folder.tar.bz2 arduinoOTA/
fi
cd ..
rm -rf arduinoOTA
done

echo =======
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"
)

const AppVersion = "1.1.0"
const AppVersion = "1.1.1"

var compileInfo string

Expand Down

0 comments on commit 37ecb00

Please # to comment.