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: Add .sitescripts.example changes Created Feb. 6, 2017, 9:47 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
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -33,7 +33,8 @@
'chrome': '.crx',
'safari': '.safariextz',
'ie': '.exe',
- 'android': '.apk'
+ 'android': '.apk',
+ 'edge': '.appx'
}
@@ -154,6 +155,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')

Powered by Google App Engine
This is Rietveld