Skip to content

Commit 7ea0575

Browse files
committed
Added support for retina display on macosx
Fix #2309
1 parent 3f9accd commit 7ea0575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@
204204
<target name="macosx-build" if="macosx" depends="revision-check, macosx-checkos, subprojects-build" description="Build Mac OS X version">
205205
<mkdir dir="macosx/work" />
206206

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

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

211211
<bundleapp outputdirectory="macosx/work"
212212
name="Arduino"

0 commit comments

Comments
 (0)