We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9accd commit 7ea0575Copy full SHA for 7ea0575
build/build.xml
@@ -204,9 +204,9 @@
204
<target name="macosx-build" if="macosx" depends="revision-check, macosx-checkos, subprojects-build" description="Build Mac OS X version">
205
<mkdir dir="macosx/work" />
206
207
- <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" />
208
209
- <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" />
210
211
<bundleapp outputdirectory="macosx/work"
212
name="Arduino"
0 commit comments