summarylogtreecommitdiffstats
path: root/zotero-disable-update.patch
blob: 6a675b720f4ab478d344bb671888a0a39c05ff7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --unified --recursive --text Zotero_linux-x86_64.orig/defaults/preferences/prefs.js Zotero_linux-x86_64.new/defaults/preferences/prefs.js
--- Zotero_linux-x86_64.orig/defaults/preferences/prefs.js	2021-08-21 01:09:56.000000000 -0500
+++ Zotero_linux-x86_64.new/defaults/preferences/prefs.js	2021-08-22 23:56:17.907278388 -0500
@@ -104,7 +104,7 @@
 
 /** The below is imported from https://developer.mozilla.org/en/XULRunner/Application_Update **/
 // Whether or not app updates are enabled
-pref("app.update.enabled", true);
+pref("app.update.enabled", false);
 
 // This preference turns on app.update.mode and allows automatic download and
 // install to take place. We use a separate boolean toggle for this to make