mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Updated make.sh to grab run.bat and chmod it.
This commit is contained in:
@ -14,6 +14,8 @@ else
|
|||||||
rm -f work/.DS_Store
|
rm -f work/.DS_Store
|
||||||
#cp ../../lib/*.dll work
|
#cp ../../lib/*.dll work
|
||||||
cp dist/*.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
|
# needs to make the dir because of packaging goofiness
|
||||||
mkdir -p work/classes/arduino/app/preproc
|
mkdir -p work/classes/arduino/app/preproc
|
||||||
|
Reference in New Issue
Block a user