Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/utils.py

Issue 29374637: Issue 4549 - Implement the Windows Store API to upload development builds (Closed)
Patch Set: Rebase Created Feb. 16, 2017, 1:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/test/sitescripts.ini.template ('k') | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -35,7 +35,8 @@
'chrome': '.crx',
'safari': '.safariextz',
'ie': '.exe',
- 'android': '.apk'
+ 'android': '.apk',
+ 'edge': '.appx'
}
@@ -156,6 +157,7 @@
clientID = _defineProperty('clientID', local=True, default='')
clientSecret = _defineProperty('clientSecret', local=True, default='')
refreshToken = _defineProperty('refreshToken', local=True, default='')
+ tenantID = _defineProperty('tenantID', local=True, default='')
revision = _defineProperty('revision', local=True, default='master')
latestRevision = _defineNightlyProperty('latestRevision')
« no previous file with comments | « sitescripts/extensions/test/sitescripts.ini.template ('k') | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld