Skip to content

Commit

Permalink
Added support for retina display on macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 11, 2014
1 parent 3f9accd commit 7ea0575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@
<target name="macosx-build" if="macosx" depends="revision-check, macosx-checkos, subprojects-build" description="Build Mac OS X version">
<mkdir dir="macosx/work" />

<get src="http://downloads.arduino.cc/appbundler-1.0-arduino.jar" dest="macosx" usetimestamp="true" skipexisting="true" />
<get src="http://downloads.arduino.cc/appbundler-1.0b-arduino.jar" dest="macosx" usetimestamp="true" skipexisting="true" />

<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="macosx/appbundler-1.0-arduino.jar" />
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="macosx/appbundler-1.0b-arduino.jar" />

<bundleapp outputdirectory="macosx/work"
name="Arduino"
Expand Down

0 comments on commit 7ea0575

Please sign in to comment.