diff --git a/build/windows/make.sh b/build/windows/make.sh index 34e6d5e56..1091d961d 100755 --- a/build/windows/make.sh +++ b/build/windows/make.sh @@ -14,6 +14,8 @@ else rm -f work/.DS_Store #cp ../../lib/*.dll work cp dist/*.dll work + cp dist/run.bat work + chmod 755 work/run.bat # needs to make the dir because of packaging goofiness mkdir -p work/classes/arduino/app/preproc