makerbot / ReplicatorG

An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties
http://replicat.org
GNU General Public License v2.0
404 stars 226 forks source link

mac dist builds fail with addition of new SF versions. #199

Closed hybot closed 13 years ago

hybot commented 13 years ago

with the addition of the new skeinforge versions, the previous 50 MB temporary disk image created was running out of room. the size needs to be bumped, and is now at 100 MB. the change is to build/macosx/dist/mkdmg.sh

"ant run" produces a RepG.log file that has been added to .gitinore.

kintel commented 13 years ago

Thanks for pointing this out. I've committed a slightly improved fix to the temp. dmg size issue.