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

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
Auditors:

Test Plan:
  • Loading branch information
bsclifton committed Aug 30, 2017
1 parent 00ebea3 commit 6b1bf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/buildInstaller.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (isDarwin) {

// sign for widevine
'cd ..',
'python tools/signature_generator.py --input_file "' + wvBundle + '"',
'python tools/signature_generator.py --input_file "' + wvBundle + '" --flag 1',
'python tools/signature_generator.py --input_file "' + wvPlugin + '"',

// Package it into a dmg
Expand All @@ -91,7 +91,7 @@ if (isDarwin) {
const wvExe = buildDir + '/Brave.exe'
const wvPlugin = buildDir + '/WidevineCdm/_platform_specific/' + widevineCdmArch + '/widevinecdmadapter.dll'
cmds = [
'python tools/signature_generator.py --input_file "' + wvExe + '"',
'python tools/signature_generator.py --input_file "' + wvExe + '" --flag 1',
'python tools/signature_generator.py --input_file "' + wvPlugin + '"'
]
execute(cmds, {}, (err) => {
Expand Down

0 comments on commit 6b1bf77

Please sign in to comment.