This commit is contained in:
Ben Fry
2022-06-19 16:07:10 -04:00
parent 2772ef28fe
commit fa8eef0e8e

View File

@@ -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));