File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 491491 <arg value =" ../${ jdk.archive.path } " />
492492 </exec >
493493
494- <!-- https://github.com/processing/processing4/issues/284 -->
495- <copy file =" macos/appbundler-${ os.arch } .jar"
496- tofile =" macos/appbundler.jar" />
497-
498- <!-- app bundler for OS X and Java -->
494+ <!-- Need a working fat binary of appbundler.jar.
495+ https://github.com/processing/processing4/issues/284 -->
499496 <taskdef name =" bundleapp"
500497 classname =" com.oracle.appbundler.AppBundlerTask"
501- classpath =" macos/appbundler.jar" />
498+ classpath =" macos/appbundler- ${ os.arch } .jar" />
502499
503500 <bundleapp outputDirectory =" macos/work"
504501 name =" Processing"
Original file line number Diff line number Diff line change 11jdk-17 *
22work
3- appbundler.jar
You can’t perform that action at this time.
0 commit comments