Skip to content

Commit b56fb45

Browse files
committed
appbundler behaving weirdly on x64, file not updating with copy
1 parent 80c549c commit b56fb45

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

build/build.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,11 @@
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"

build/macos/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
jdk-17*
22
work
3-
appbundler.jar

0 commit comments

Comments
 (0)