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 491
491
<arg value =" ../${ jdk.archive.path } " />
492
492
</exec >
493
493
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 -->
499
496
<taskdef name =" bundleapp"
500
497
classname =" com.oracle.appbundler.AppBundlerTask"
501
- classpath =" macos/appbundler.jar" />
498
+ classpath =" macos/appbundler- ${ os.arch } .jar" />
502
499
503
500
<bundleapp outputDirectory =" macos/work"
504
501
name =" Processing"
Original file line number Diff line number Diff line change 1
1
jdk-17 *
2
2
work
3
- appbundler.jar
You can’t perform that action at this time.
0 commit comments