mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
updated Compiler
updated Compiler Editor and Downloader classes so that now compilation works and error messages are parsed (altough very crudely) dist.sh now creates a dmg file on mac os x mbanzi
This commit is contained in:
@ -51,7 +51,13 @@ find arduino -name ".svn" -exec rm -rf {} ';' 2> /dev/null
|
||||
|
||||
mv arduino/Arduino.app "arduino/Arduino $SHORT_REVISION.app"
|
||||
mv arduino arduino-$REVISION
|
||||
zip -r arduino-$REVISION.zip arduino-$REVISION
|
||||
#zip -r arduino-$REVISION.zip arduino-$REVISION
|
||||
|
||||
rm -Rf tmp
|
||||
|
||||
mkdir tmp
|
||||
mv arduino-$REVISION/ tmp/
|
||||
hdiutil create -fs HFS+ -srcfolder "./tmp/" -volname "arduino-$REVISION" "arduino-$REVISION.dmg"
|
||||
|
||||
#` don't have deluxe on my laptop right now
|
||||
#stuff -f sitx arduino-$REVISION
|
||||
|
Reference in New Issue
Block a user