added back privacy plugin for mobile desktop mode
This commit is contained in:
parent
90871774c3
commit
128dca8dae
4
build.py
4
build.py
@ -279,8 +279,8 @@ if buildMobile:
|
||||
shutil.copytree(os.path.join(outDir,"plugins"), "mobile/assets/plugins",
|
||||
# do not include desktop-only plugins to mobile assets
|
||||
ignore=shutil.ignore_patterns('*.meta.js',
|
||||
'force-https*', 'privacy-view*', 'speech-search*',
|
||||
'basemap-cloudmade*', 'scroll-wheel-zoom-disable*'))
|
||||
'force-https*', 'speech-search*', 'basemap-cloudmade*',
|
||||
'scroll-wheel-zoom-disable*'))
|
||||
|
||||
|
||||
if buildMobile != 'copyonly':
|
||||
|
Loading…
x
Reference in New Issue
Block a user