mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 17:31:07 +01:00
update to launch4j 3.14, fixing Export to Application on Windows
This commit is contained in:
@@ -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,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
java/application/launch4j/w32api/libmingwex.a
Normal file
BIN
java/application/launch4j/w32api/libmingwex.a
Normal file
Binary file not shown.
BIN
java/application/launch4j/w32api/libmoldname.a
Normal file
BIN
java/application/launch4j/w32api/libmoldname.a
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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");
|
||||
|
||||
2
todo.txt
2
todo.txt
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user