Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Add widevine to create-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Oct 13, 2016
1 parent 611b411 commit 8f85bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/create-dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
'xinput1_3.dll',
'natives_blob.bin',
'snapshot_blob.bin',
'widevinecdm.dll',
'widevinecdmadapter.dll',
],
'linux': [
PROJECT_NAME, # 'electron'
Expand All @@ -66,6 +68,8 @@
'extensions_renderer_resources.pak',
'extensions_api_resources.pak',
'atom_resources.pak',
'libwidevinecdm.so',
'libwidevinecdmadapter.so',
],
}
TARGET_DIRECTORIES = {
Expand Down

0 comments on commit 8f85bd3

Please sign in to comment.