update to launch4j 3.14, fixing Export to Application on Windows

This commit is contained in:
Ben Fry
2021-06-18 19:36:27 -04:00
parent ba1c6944e2
commit bb60818b1f
23 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Launch4j (http://launch4j.sourceforge.net/)
Cross-platform Java application wrapper for creating Windows native executables.
Copyright (c) 2004, 2015 Grzegorz Kowal
Copyright (c) 2004, 2021 Grzegorz Kowal
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,

View File

@@ -1,6 +1,7 @@
(BSD Style License)
Copyright (c) 2003-2004, Joe Walnes
Copyright (c) 2003-2006, Joe Walnes
Copyright (c) 2006-2019, XStream Committers
All rights reserved.
Redistribution and use in source and binary forms, with or without

Binary file not shown.

Binary file not shown.

View File

@@ -49,7 +49,7 @@ public class JavaBuild {
"(?:^|\\s|;)package\\s+(\\S+)\\;";
static public final String JAVA_DOWNLOAD_URL = "https://adoptopenjdk.net/";
static public final String MIN_JAVA_VERSION = "11.0.8";
static public final String MIN_JAVA_VERSION = "11.0.11";
protected Sketch sketch;
protected Mode mode;
@@ -883,6 +883,7 @@ public class JavaBuild {
} else if (exportPlatform == PConstants.WINDOWS) {
File buildFile = new File(destFolder, "launch4j-build.xml");
System.out.println(buildFile);
File configFile = new File(destFolder, "launch4j-config.xml");
XML project = new XML("project");

View File

@@ -22,7 +22,7 @@ X https://developer.apple.com/documentation/bundleresources/entitlements/com_a
X https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_camera
X https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_microphone
X https://github.com/processing/processing4/commit/7b75acf2799f61c9c22233f38ee73c07635cea14
X update to launch4j 3.14, fixing Export to Application on Windows
_ make sure we're not embedding webkit with all JFX apps
_ check FX2D applications on Windows and Linux