appbundler behaving weirdly on x64, file not updating with copy

This commit is contained in:
Ben Fry
2022-01-24 07:49:12 -05:00
parent 80c549c64c
commit b56fb4571a
2 changed files with 3 additions and 7 deletions
+3 -6
View File
@@ -491,14 +491,11 @@
<arg value="../${jdk.archive.path}"/>
</exec>
<!-- https://github.com/processing/processing4/issues/284 -->
<copy file="macos/appbundler-${os.arch}.jar"
tofile="macos/appbundler.jar" />
<!-- app bundler for OS X and Java -->
<!-- Need a working fat binary of appbundler.jar.
https://github.com/processing/processing4/issues/284 -->
<taskdef name="bundleapp"
classname="com.oracle.appbundler.AppBundlerTask"
classpath="macos/appbundler.jar" />
classpath="macos/appbundler-${os.arch}.jar" />
<bundleapp outputDirectory="macos/work"
name="Processing"
-1
View File
@@ -1,3 +1,2 @@
jdk-17*
work
appbundler.jar