Skip to content

Commit b35e76a

Browse files
committed
Cleaning up Mac OS X ant build script (template.app copying).
1 parent ca671fd commit b35e76a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/build.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@
173173
<mkdir dir="macosx/work" />
174174

175175
<!-- assemble the pde -->
176-
<copy todir="macosx/work">
177-
<fileset dir="macosx/" includes="template.app/**"/>
176+
<copy todir="macosx/work/Arduino.app">
177+
<fileset dir="macosx/template.app" includes="**"/>
178178
</copy>
179179

180180
<!-- <rename src="macosx/work/template.app"
181-
dest="macosx/work/Arduino.app" />-->
181+
dest="macosx/work/Arduino.app" />
182182
<move file="macosx/work/template.app"
183-
tofile="macosx/work/Arduino.app" />
183+
tofile="macosx/work/Arduino.app" />-->
184184

185185
<chmod file="macosx/work/Arduino.app/Contents/MacOS/JavaApplicationStub" perm="755" />
186186

0 commit comments

Comments
 (0)