Skip to content

Commit

Permalink
build:
Browse files Browse the repository at this point in the history
 - build native .deb
  • Loading branch information
lt-mayonesa committed Apr 12, 2019
1 parent d62c8b3 commit 1a16a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/chrome-mpris2
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def install_chrome(ext_id):
die("Not valid extension ID")

manifest = manifest_common.copy()
manifest["allowed_origins"] = [ext_id]
manifest["allowed_origins"] = ['chrome-extension://' + ext_id + '/']

for browser in BROWSERS:
if not os.path.exists(browser):
Expand Down

0 comments on commit 1a16a16

Please sign in to comment.