File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module.exports = {
5656 sidebarDepth : 1 , // optional, defaults to 1
5757 children : [
5858 'upload/binaries' ,
59- 'upload/pio'
59+ 'upload/pio' ,
6060 'upload/arduino-ide'
6161 ]
6262 } ,
@@ -91,7 +91,6 @@ module.exports = {
9191 children : [
9292 'participate/development' ,
9393 'participate/community' ,
94- 'participate/financial_support' ,
9594 [ 'https://github.com/1technophile/OpenMQTTGateway/blob/development/LICENSE.txt' , 'License' ]
9695 ]
9796 }
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ for i in */; do zip -r "${i%/}-libraries.zip" "$i"; done
88ls -la
99mv * .zip ../../toDeploy
1010cd ../..
11+ echo " zipping code and licence"
12+ zip -r OpenMQTTGateway_sources.zip main LICENSE.txt
13+ mv * .zip toDeploy
1114mv * .bin toDeploy
1215cd toDeploy
1316ls -la
You can’t perform that action at this time.
0 commit comments