1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-27 21:54:30 +01:00

Updated make.sh to grab run.bat and chmod it.

This commit is contained in:
David A. Mellis 2006-02-12 16:57:15 +00:00
parent 46d18917a3
commit c760d41fa6

View File

@ -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