Remove the OSX scripting app from the build process as it's not working.
| 566 | 571 | |
|---|---|---|
| 195 | 195 | <copy file="${BINARY}" tofile="${BINARYSCRIPTING}" /> |
| 196 | 196 | <antcall target="exe-real" /> |
| 197 | 197 | <move file="${EXEFILE}" tofile="${EXESCRIPTING}" /> |
| 198 | <antcall target="osx-app" /> | |
| 199 | <move file="${APPFILE}" tofile="${APPSCRIPTING}" /> | |
| 200 | 198 | </target> |
| 201 | 199 | |
| 202 | 200 | <target name="exe" depends="jar"> |
