Skip to content

Instantly share code, notes, and snippets.

@j0ru
Created July 18, 2023 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j0ru/96288ceea7e0be8d9d10737b7d10c502 to your computer and use it in GitHub Desktop.
Save j0ru/96288ceea7e0be8d9d10737b7d10c502 to your computer and use it in GitHub Desktop.
Fixed jitsi-meet-desktop patch file
diff --git a/package.json b/package.json
index 38493d7..d333c44 100644
--- a/package.json
+++ b/package.json
@@ -29,36 +29,6 @@
"!app",
"!main.js"
],
- "mac": {
- "artifactName": "jitsi-meet.${ext}",
- "target": [
- {
- "arch": "universal",
- "target": "dmg"
- },
- {
- "arch": "universal",
- "target": "zip"
- }
- ],
- "category": "public.app-category.video",
- "darkModeSupport": true,
- "hardenedRuntime": true,
- "entitlements": "entitlements.mac.plist",
- "entitlementsInherit": "entitlements.mac.plist",
- "asarUnpack": "**/*.node",
- "notarize": false,
- "extendInfo": {
- "NSCameraUsageDescription": "Jitsi Meet requires access to your camera in order to make video-calls.",
- "NSMicrophoneUsageDescription": "Jitsi Meet requires access to your microphone in order to make calls (audio/video).",
- "LSMultipleInstancesProhibited": true
- }
- },
- "mas": {
- "entitlements": "resources/entitlements.mas.plist",
- "entitlementsInherit": "resources/entitlements.mas.inherit.plist",
- "hardenedRuntime": false
- },
"linux": {
"artifactName": "jitsi-meet-${arch}.${ext}",
"category": "VideoConference;AudioVideo;Audio;Video;Network",
@@ -79,42 +49,7 @@
"executableName": "jitsi-meet",
"target": [
{
- "arch": "x64",
- "target": "AppImage"
- },
- {
- "arch": "x64",
- "target": "deb"
- },
- {
- "arch": "arm64",
- "target": "AppImage"
- },
- {
- "arch": "arm64",
- "target": "deb"
- }
- ]
- },
- "deb": {
- "depends": [
- "libgtk-3-0",
- "libnss3",
- "libxtst6",
- "xdg-utils",
- "libatspi2.0-0",
- "libuuid1"
- ]
- },
- "win": {
- "artifactName": "jitsi-meet.${ext}",
- "target": [
- {
- "arch": [
- "ia32",
- "x64"
- ],
- "target": "nsis"
+ "target": "dir"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment