Add an option to control the default update_check_interval when building kitty packages

Fixes #1675
This commit is contained in:
Kovid Goyal
2019-06-04 14:27:28 +05:30
parent 8f8a37bf94
commit a75d075dd1
3 changed files with 19 additions and 3 deletions

View File

@@ -115,5 +115,5 @@ brew or MacPorts as well.
.. note::
|kitty| has its own update check mechanism, if you would like to turn
it off for your package, change the default value of
:opt:`update_check_interval` to zero.
it off for your package, use
``python3 setup.py linux-package --update-check-interval=0``