Skip to content

Commit

Permalink
Configuring build time electron mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Apr 1, 2019
1 parent 49ae406 commit 9f1990d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
28 changes: 7 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion packages/app/main/package.json
Expand Up @@ -82,6 +82,7 @@
"concurrently": "^3.5.1",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"electron": "4.1.1",
"electron-builder": "20.29.0",
"electron-builder-http": "19.27.5",
"electron-builder-lib": "20.23.1",
Expand Down Expand Up @@ -119,7 +120,6 @@
"chatdown": "^1.0.10",
"chokidar": "^2.0.2",
"command-line-args": "^5.0.2",
"electron": "4.1.1",
"electron-updater": "3.0.3",
"formidable": "^1.1.1",
"fs-extra": "^6.0.1",
Expand Down Expand Up @@ -151,6 +151,10 @@
"appId": "F3C061A6-FE81-4548-82ED-C1171D9856BB",
"productName": "Bot Framework Emulator",
"copyright": "Copyright © 2018 Microsoft Corporation",
"electronDownload": {
"version": "4.1.1",
"mirror": "https://electron.blob.core.windows.net/builds/"
},
"protocols": [
{
"name": "Bot Framework Emulator",
Expand Down

0 comments on commit 9f1990d

Please sign in to comment.