Skip to content

Commit

Permalink
fixed edge native messaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-g committed Mar 11, 2021
1 parent ccf28c0 commit 80c8821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ function GetWinManifests(arch,relativePath=false) {
path: (relativePath ? "" : __dirname+"/")+"bin/"+config.id+"-win-"+arch+".exe",
type: "stdio",
allowed_origins: config.allowed_extensions.chrome.concat(
config.allowed_extensions.edge,
config.allowed_extensions.brave,
config.allowed_extensions.vivaldi
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vdhcoapp",
"description": "Video DownloadHelper companion application",
"version": "1.6.0",
"version": "1.6.1",
"productName": "VdhCoApp",
"keywords": [
"DownloadHelper",
Expand Down

0 comments on commit 80c8821

Please sign in to comment.