mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
get export working again, fix applet html, allow custom applet.html in
sketch
This commit is contained in:
@@ -188,8 +188,8 @@ public class PdePreprocessor {
|
||||
// output the code
|
||||
//
|
||||
PdeEmitter emitter = new PdeEmitter();
|
||||
PrintStream stream = new PrintStream(
|
||||
new FileOutputStream(buildPath + File.separator + name + ".java"));
|
||||
File streamFile = new File(buildPath, name + ".java");
|
||||
PrintStream stream = new PrintStream(new FileOutputStream(streamFile));
|
||||
|
||||
writeHeader(stream, extraImports, name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user