mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Including readme.txt in the windows distribution (and converting it to dos newlines).
This commit is contained in:
@ -46,6 +46,7 @@ cd ..
|
|||||||
unzip -q -d arduino jre.zip
|
unzip -q -d arduino jre.zip
|
||||||
|
|
||||||
# copy stuff from work/
|
# copy stuff from work/
|
||||||
|
cp work/readme.txt arduino
|
||||||
cp -r work/tools arduino
|
cp -r work/tools arduino
|
||||||
cp -r work/bootloader arduino
|
cp -r work/bootloader arduino
|
||||||
cp -r work/drivers arduino
|
cp -r work/drivers arduino
|
||||||
|
@ -16,6 +16,8 @@ else
|
|||||||
cp dist/*.dll work
|
cp dist/*.dll work
|
||||||
cp dist/run.bat work
|
cp dist/run.bat work
|
||||||
chmod 755 work/run.bat
|
chmod 755 work/run.bat
|
||||||
|
cp ../../readme.txt work
|
||||||
|
unix2dos work/readme.txt
|
||||||
|
|
||||||
# needs to make the dir because of packaging goofiness
|
# needs to make the dir because of packaging goofiness
|
||||||
mkdir -p work/classes/arduino/app/preproc
|
mkdir -p work/classes/arduino/app/preproc
|
||||||
|
Reference in New Issue
Block a user