Skip to content

Commit

Permalink
Upgrade electron 11 (#35)
Browse files Browse the repository at this point in the history
* support package armv7

* electron 11.3

* update version
  • Loading branch information
embbnux authored Feb 24, 2021
1 parent 401dcf5 commit 1dce4c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
partition="persist:rcstorage"
allowpopups
id="rc-widget-adapter-frame"
src="https://ringcentral.github.io/ringcentral-embeddable/app.html?appVersion=0.1.5&userAgent=RingCentralEmbeddableForLinux/0.1.5&disableConferenceCall=false"
src="https://ringcentral.github.io/ringcentral-embeddable/app.html?appVersion=0.1.6&userAgent=RingCentralEmbeddableForLinux/0.1.6&disableConferenceCall=false"
>
</webview>
</div>
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ringcentral-embeddable-voice-app",
"description": "A RingCentral phone desktop client, built with RingCentral Embeddable and Electron",
"version": "0.1.5",
"version": "0.1.6",
"main": "main.js",
"license": "MIT",
"author": {
Expand All @@ -15,10 +15,11 @@
"package": "electron-builder",
"package-linux": "electron-builder --linux",
"package-release": "electron-builder --linux -p always",
"package-all": "electron-builder -mwl"
"package-all": "electron-builder -mwl",
"package-armv7l": "electron-builder --dir --armv7l --linux deb"
},
"devDependencies": {
"electron": "^8.5.2",
"electron": "^11.3.0",
"electron-builder": "^22.4.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@ [email protected]:
lazy-val "^1.0.4"
mime "^2.4.4"

electron@^8.5.2:
version "8.5.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-8.5.2.tgz#7b0246c6676a39df0e5e384b11cfe854fe5917f0"
integrity sha512-VU+zZnmCzxoZ5UfBg2UGVm+nyxlNlQOQkotMLfk7FCtnkIOhX+sosl618OCxUWjOvPc+Mpg5MEkEmxPU5ziW4Q==
electron@^11.3.0:
version "11.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-11.3.0.tgz#87e8528fd23ae53b0eeb3a738f1fe0a3ad27c2db"
integrity sha512-MhdS0gok3wZBTscLBbYrOhLaQybCSAfkupazbK1dMP5c+84eVMxJE/QGohiWQkzs0tVFIJsAHyN19YKPbelNrQ==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit 1dce4c1

Please sign in to comment.