mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
put jnilib files into Contents/Resources/Java.. also open folder after export
This commit is contained in:
@@ -2124,6 +2124,11 @@ public class Sketch {
|
||||
Base.copyFile(exportFile, new File(jarFolder, exportList[i]));
|
||||
jarListVector.add(exportList[i]);
|
||||
|
||||
} else if ((exportPlatform == PConstants.MACOSX) &&
|
||||
(exportFile.getName().toLowerCase().endsWith(".jnilib"))) {
|
||||
// jnilib files can be placed in Contents/Resources/Java
|
||||
Base.copyFile(exportFile, new File(jarFolder, exportList[i]));
|
||||
|
||||
} else {
|
||||
// copy the file to the main directory.. prolly a .dll or something
|
||||
Base.copyFile(exportFile,
|
||||
|
||||
Reference in New Issue
Block a user