mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
put jnilib files into Contents/Resources/Java.. also open folder after export
This commit is contained in:
@@ -1638,7 +1638,10 @@ public class Editor extends JFrame
|
||||
synchronized public void handleExportApp() {
|
||||
message("Exporting application...");
|
||||
try {
|
||||
if (sketch.exportApplication()) {
|
||||
boolean success = sketch.exportApplication();
|
||||
if (success) {
|
||||
File destFolder = new File(sketch.folder, "application");
|
||||
Base.openFolder(destFolder);
|
||||
message("Done exporting.");
|
||||
} else {
|
||||
// error message will already be visible
|
||||
|
||||
Reference in New Issue
Block a user