mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
a little cleanup cleanup
This commit is contained in:
@@ -84,10 +84,10 @@ public class InstallCommander implements Tool {
|
||||
|
||||
File file = File.createTempFile("processing", "commander");
|
||||
PrintWriter writer = PApplet.createWriter(file);
|
||||
writer.println("#!/bin/sh");
|
||||
writer.print("#!/bin/sh\n\n");
|
||||
|
||||
|
||||
writer.print("\n# We don't want to steal focus for headless runs. See issue #3996.\n" +
|
||||
writer.print("# Prevents processing-java from stealing focus, see:\n" +
|
||||
"# https://github.com/processing/processing/issues/3996.\n" +
|
||||
"OPTION_FOR_HEADLESS_RUN=\"\"\n" +
|
||||
"for ARG in \"$@\"\n" +
|
||||
"do\n" +
|
||||
|
||||
@@ -6,6 +6,10 @@ X https://github.com/processing/processing/pull/3956
|
||||
_ https://github.com/processing/processing/pull/3971
|
||||
X add i/o library for rpi
|
||||
X https://github.com/processing/processing/pull/3985
|
||||
_ make sure naming, etc is all correct
|
||||
X processing-java stealing focus even with --build flag
|
||||
X https://github.com/processing/processing/issues/3996
|
||||
X https://github.com/processing/processing/pull/3998
|
||||
|
||||
jakub
|
||||
X Include Example packs into update count
|
||||
|
||||
Reference in New Issue
Block a user