commit/wintenApps: josephsl: Yet again, switch to stable channel

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 Aug 2017 01:49:37 +0000 (UTC)

1 new commit in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/7f9fd2749d07/
Changeset:   7f9fd2749d07
Branch:      stable
User:        josephsl
Date:        2017-08-11 01:41:21+00:00
Summary:     Yet again, switch to stable channel

Affected #:  1 file

diff --git a/addon/globalPlugins/wintenObjs/w10config.py 
b/addon/globalPlugins/wintenObjs/w10config.py
index dc8f0d3..241da88 100755
--- a/addon/globalPlugins/wintenObjs/w10config.py
+++ b/addon/globalPlugins/wintenObjs/w10config.py
@@ -30,9 +30,9 @@ addonHandler.initTranslation()
 # Add-on config database
 confspec = {
        "autoUpdateCheck": "boolean(default=true)",
-       "updateChannel": "string(default=dev)",
+       "updateChannel": "string(default=stable)",
        "updateCheckTime": "integer(default=0)",
-       "updateCheckTimeInterval": "integer(min=0, max=30, default=1)",
+       "updateCheckTimeInterval": "integer(min=0, max=30, default=7)",
 }
 config.conf.spec["wintenApps"] = confspec

Repository URL: https://bitbucket.org/nvdaaddonteam/wintenapps/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/wintenApps: josephsl: Yet again, switch to stable channel - commits-noreply