mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
working on macOS Sierra signing issues seen in #4705
This commit is contained in:
@@ -796,7 +796,8 @@ public class JavaBuild {
|
||||
|
||||
File macosFolder = new File(contentsFolder, "MacOS");
|
||||
macosFolder.mkdirs();
|
||||
Util.copyFile(new File(contentsOrig, "MacOS/Processing"),
|
||||
// This is an unsigned copy of the app binary (see build/build.xml)
|
||||
Util.copyFile(mode.getContentFile("application/mac-app-stub"),
|
||||
new File(contentsFolder, "MacOS/" + sketch.getName()));
|
||||
|
||||
File pkgInfo = new File(contentsFolder, "PkgInfo");
|
||||
|
||||
Reference in New Issue
Block a user