mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 02:11:08 +01:00
nah...
This commit is contained in:
@@ -808,8 +808,8 @@ public class JavaBuild {
|
||||
String exportName = exportFile.getName();
|
||||
if (!exportFile.exists()) {
|
||||
System.err.println(exportFile.getName() +
|
||||
" is mentioned in export.txt, but it's " +
|
||||
"a big fat lie and does not exist.");
|
||||
" is mentioned in export.txt," +
|
||||
" but it does not exist.");
|
||||
|
||||
} else if (exportFile.isDirectory()) {
|
||||
Util.copyDir(exportFile, new File(jarFolder, exportName));
|
||||
|
||||
Reference in New Issue
Block a user