mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-21 12:29:23 +01:00
Including readme.txt in the windows distribution (and converting it to dos newlines).
This commit is contained in:
parent
d706245ea5
commit
91f22e2d96
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user