Skip to content

Commit

Permalink
fix(electron) fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 16, 2023
1 parent 7596363 commit 2965808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spot-electron/package-lock.json

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

2 changes: 1 addition & 1 deletion spot-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"afterSign": "scripts/notarize.js",
"productName": "Spot",
"appId": "org.jitsi.spot",
"npmRebuild": false,
"mac": {
"category": "public.app-category.business",
"entitlements": "entitlements.mac.plist",
Expand Down Expand Up @@ -72,7 +73,6 @@
"dist": "electron-builder",
"lint": "eslint .",
"pack": "electron-builder --dir",
"postinstall": "electron-builder install-app-deps",
"start": "electron .",
"test": "jest ."
},
Expand Down

0 comments on commit 2965808

Please sign in to comment.