summarylogtreecommitdiffstats
path: root/chrysalis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chrysalis.sh')
-rwxr-xr-xchrysalis.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrysalis.sh b/chrysalis.sh
deleted file mode 100755
index b0835280ba68..000000000000
--- a/chrysalis.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env sh
-set -e
-
-if [ -n "$WAYLAND_DISPLAY" ]; then
- set -- --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
-fi
-
-if ! grep -qFx 1 /proc/sys/kernel/unprivileged_userns_clone; then
- set -- --no-sandbox "$@"
-fi
-
-exec electron /usr/lib/chrysalis/app.asar "$@"