Skip to content

Commit

Permalink
fix: upgrade electron builder for default protocol issue at snap (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Jun 30, 2021
1 parent c0ebf76 commit c8a9c09
Show file tree
Hide file tree
Showing 2 changed files with 784 additions and 429 deletions.
6 changes: 3 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.7",
"version": "0.1.8",
"main": "main.js",
"license": "MIT",
"author": {
Expand All @@ -19,7 +19,7 @@
"package-armv7l": "electron-builder --dir --armv7l --linux deb"
},
"devDependencies": {
"electron": "^13.1.0",
"electron-builder": "^22.4.1"
"electron": "^13.1.4",
"electron-builder": "^22.11.7"
}
}
Loading

0 comments on commit c8a9c09

Please sign in to comment.