From 91f22e2d96e57464294ba3bcdd04d15fb70a5b3a Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Thu, 17 May 2007 19:52:07 +0000 Subject: [PATCH] Including readme.txt in the windows distribution (and converting it to dos newlines). --- build/windows/dist.sh | 1 + build/windows/make.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/build/windows/dist.sh b/build/windows/dist.sh index 071d2e126..f668d47d2 100755 --- a/build/windows/dist.sh +++ b/build/windows/dist.sh @@ -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 diff --git a/build/windows/make.sh b/build/windows/make.sh index fc953d0e8..ab7423215 100755 --- a/build/windows/make.sh +++ b/build/windows/make.sh @@ -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