Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2014-02-13 17:11:04 +0400
committerMarkus Goetz <markus@woboq.com>2014-02-13 17:11:04 +0400
commit372f8b342644fa1df1041efc6f9bddc0160c7a83 (patch)
treea68e6b8be2b5be93d39ae0baafceff9bf7c40d19 /doc
parent8b9cd432b52c25003c162b8e3cdcb527815323d7 (diff)
OS X: Document how to disable the auto updater
Diffstat (limited to 'doc')
-rw-r--r--doc/autoupdate.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/autoupdate.rst b/doc/autoupdate.rst
index 36c8c94dd..d407ebb9b 100644
--- a/doc/autoupdate.rst
+++ b/doc/autoupdate.rst
@@ -63,9 +63,12 @@ There are two alternative approaches:
Mac OS X
^^^^^^^^
-You can disable the update check via the system-wide ``.plist`` file located
+You can disable the update check via a system-wide ``.plist`` file located
at ``/Library/Preferences/com.owncloud.desktopclient.plist``. Add a new root
level item of type bool and the name ``skipUpdateCheck`` and set it to ``true``.
+You can also just copy the file
+``owncloud.app/Contents/Resources/deny_autoupdate_com.owncloud.desktopclient.plist```
+to ``/Library/Preferences/com.owncloud.desktopclient.plist``.
Linux
^^^^^