Including readme.txt in the windows distribution (and converting it to dos newlines).

This commit is contained in:
David A. Mellis 2007-05-17 19:52:07 +00:00
parent d706245ea5
commit 91f22e2d96
2 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ cd ..
unzip -q -d arduino jre.zip
# copy stuff from work/
cp work/readme.txt arduino
cp -r work/tools arduino
cp -r work/bootloader arduino
cp -r work/drivers arduino

View File

@ -16,6 +16,8 @@ else
cp dist/*.dll work
cp dist/run.bat work
chmod 755 work/run.bat
cp ../../readme.txt work
unix2dos work/readme.txt
# needs to make the dir because of packaging goofiness
mkdir -p work/classes/arduino/app/preproc