summarylogtreecommitdiffstats
path: root/disable_update_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable_update_check.patch')
-rw-r--r--disable_update_check.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/disable_update_check.patch b/disable_update_check.patch
new file mode 100644
index 000000000000..00e14ee85ab2
--- /dev/null
+++ b/disable_update_check.patch
@@ -0,0 +1,11 @@
+--- a/build/shared/lib/defaults.txt 2020-01-17 17:20:35.000000000 +0100
++++ b/build/shared/lib/defaults.txt 2020-06-13 14:23:41.897313082 +0200
+@@ -82,7 +82,7 @@
+ # by default, check the processing server for any updates
+ # (please avoid disabling, this also helps us know basic numbers
+ # on how many people are using Processing)
+-update.check = true
++update.check = false
+
+ # on windows, automatically associate .pde files with processing.exe
+ platform.auto_file_type_associations = true