summarylogtreecommitdiffstats
path: root/disable_update_check.patch
diff options
context:
space:
mode:
authorTorben2020-06-13 14:32:04 +0200
committerTorben2020-06-13 14:32:04 +0200
commit188ad1f75bd03c45d7499f338f3e01e687f1710e (patch)
tree547f29872c39d6bab536b721aca21d2f89f7d5d2 /disable_update_check.patch
parent3e970f8e53384853d6375854d83741f5ee539781 (diff)
downloadaur-188ad1f75bd03c45d7499f338f3e01e687f1710e.tar.gz
Disable update check in default preferences
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