mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
get export for JavaFX working again
This commit is contained in:
@@ -853,7 +853,7 @@ public class JavaBuild {
|
||||
|
||||
String lines[] = PApplet.loadStrings(plistTemplate);
|
||||
for (int i = 0; i < lines.length; i++) {
|
||||
if (lines[i].indexOf("@@") != -1) {
|
||||
if (lines[i].contains("@@")) {
|
||||
StringBuilder sb = new StringBuilder(lines[i]);
|
||||
int index = 0;
|
||||
while ((index = sb.indexOf("@@jvm_runtime@@")) != -1) {
|
||||
|
||||
Reference in New Issue
Block a user