Skip to content

Commit

Permalink
spawn - true, so window won't appear when run from command line for m…
Browse files Browse the repository at this point in the history
…acosx..

Former-commit-id: 876c392
  • Loading branch information
ricklon committed May 11, 2011
1 parent 8b0b7e3 commit f602813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Expand Up @@ -221,7 +221,7 @@
</target>

<target name="macosx-run" depends="macosx-build" description="Run Mac OS X version">
<exec executable="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" spawn="false"/>
<exec executable="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" spawn="true"/>
</target>

<target name="macosx-dist" if="macosx" depends="macosx-build" description="Create a .dmg of the Mac OS X version">
Expand Down

0 comments on commit f602813

Please sign in to comment.