mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Committing individual examples instead of one .zip
This commit is contained in:
@ -73,14 +73,15 @@ else
|
||||
#cp dist/core/makefile.win work/core/Makefile
|
||||
cp -r ../../targets work/lib/
|
||||
|
||||
# take care of the examples
|
||||
mkdir work/examples
|
||||
cd work/examples
|
||||
cp ../../../shared/dist/examples.zip .
|
||||
echo Extracting examples ...
|
||||
unzip -q -d . examples.zip
|
||||
rm -f examples.zip
|
||||
cd ../..
|
||||
# take care of the examples
|
||||
cp -r ../shared/dist/examples work/
|
||||
#mkdir work/examples
|
||||
#cd work/examples
|
||||
#cp ../../../shared/dist/examples.zip .
|
||||
#echo Extracting examples ...
|
||||
#unzip -q -d . examples.zip
|
||||
#rm -f examples.zip
|
||||
#cd ../..
|
||||
|
||||
# chmod +x the crew
|
||||
find work -name "*.dll" -exec chmod +x {} ';'
|
||||
|
Reference in New Issue
Block a user