mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix code signing but/error on osx export (#2614)
This commit is contained in:
@@ -1216,7 +1216,7 @@ public class JavaBuild {
|
||||
File jdkFolder = new File(Base.getJavaHome(), "../../..");
|
||||
String jdkFolderName = jdkFolder.getCanonicalFile().getName();
|
||||
jvmRuntime = "<key>JVMRuntime</key>\n <string>" + jdkFolderName + "</string>";
|
||||
jdkPath = new File(dotAppFolder, "Contents/PlugIns/" + jdkFolderName + ".jdk").getAbsolutePath();
|
||||
jdkPath = new File(dotAppFolder, "Contents/PlugIns/" + jdkFolderName).getAbsolutePath();
|
||||
}
|
||||
|
||||
File contentsFolder = new File(dotAppFolder, "Contents");
|
||||
|
||||
@@ -22,6 +22,7 @@ X tweak mode integrated
|
||||
X https://github.com/processing/processing/pull/2624
|
||||
X wrong mode selected if sketch is modified (checkbox changes)
|
||||
X https://github.com/processing/processing/issues/2615
|
||||
X https://github.com/processing/processing/issues/2586
|
||||
X Add date and time stamps to the Contribution Manager
|
||||
X https://github.com/processing/processing/pull/2651
|
||||
|
||||
|
||||
@@ -3,11 +3,18 @@ X new tab/rename dialog box
|
||||
X https://github.com/processing/processing/issues/2431
|
||||
X fix issue where the browser wasn't opening the reference properly
|
||||
X https://github.com/processing/processing/pull/2657
|
||||
X fix "No such file or directory" error when exporting an application on OSX
|
||||
X this also resulted in the application not being signed at all
|
||||
X https://github.com/processing/processing/issues/2614
|
||||
X this is a fairly major issue...
|
||||
|
||||
pulls
|
||||
X insert tabs properly when prefs set for tabs mode
|
||||
X https://github.com/processing/processing/pull/2607
|
||||
|
||||
earlier
|
||||
X maxHeapSize typo in the build scripts
|
||||
X https://github.com/processing/processing/issues/2603
|
||||
|
||||
_ fix the build scripts to include the examples
|
||||
_ https://github.com/processing/processing/issues/2652
|
||||
|
||||
Reference in New Issue
Block a user