Skip to content

Commit

Permalink
fix: rpm install issue with other electron app (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Jan 24, 2025
1 parent a9f638a commit 531a697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ linux:
executableArgs:
- --no-sandbox
rpm:
fpm: ["--rpm-rpmbuild-define=_build_id_links none"]
depends:
- /usr/lib64/libuuid.so.1
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "0.4.3",
"main": "main.js",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 531a697

Please sign in to comment.