mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
appbundler behaving weirdly on x64, file not updating with copy
This commit is contained in:
+3
-6
@@ -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,3 +1,2 @@
|
||||
jdk-17*
|
||||
work
|
||||
appbundler.jar
|
||||
|
||||
Reference in New Issue
Block a user