summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu-ex2022-02-28 00:15:42 +0100
committersu-ex2022-02-28 00:15:42 +0100
commit6114830ec6d427fc88008852fca733f4ac323331 (patch)
tree6315357a91a431caa2baba19292f05330f2e2866
parentcfa3a493b8a51f42fbc0fa4685d5777fa236fd84 (diff)
downloadaur-6114830ec6d427fc88008852fca733f4ac323331.tar.gz
Revert "Workaround for broken sqlcipher loading" due to crashes
see: https://github.com/vector-im/element-web/issues/20926#issuecomment-1049223222 This reverts commit a95dae604154d9f5784673e4b08f37e2d79f6e6f.
-rw-r--r--schildichat-desktop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/schildichat-desktop.sh b/schildichat-desktop.sh
index 1a58c4589d17..72b4ec6604b7 100644
--- a/schildichat-desktop.sh
+++ b/schildichat-desktop.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-LD_PRELOAD=/usr/lib/libsqlcipher.so exec "/opt/SchildiChat/schildichat-desktop" "$@"
+exec "/opt/SchildiChat/schildichat-desktop" "$@"