diff options
author | csett86 <csett86@web.de> | 2021-12-05 09:09:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 09:09:20 +0100 |
commit | f0d020adf931f477d290589417054db7f3ee4d1a (patch) | |
tree | d263c4cd0b1f04e087835df29706481971cc2312 /package.json | |
parent | 31ed1316f6f554bd74749be95aebf898d1a95d7e (diff) |
chore: remove unnecessary debian 10 appimage fix (#684)
Debian 11 (bullseye) changed the default for kernel.unprivileged_userns_clone to 1,
thus this workaround is no longer required.
This at the same time fixes the default command line entry for the deb
package.
Closes: #628
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index a1cf942..87216db 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "appId": "org.jitsi.jitsi-meet", "productName": "Jitsi Meet", "generateUpdatesFilesForAllChannels": true, - "afterPack": "./linux-sandbox-fix.js", "afterSign": "./notarize.js", "files": [ "build", |