Actually ship LD_PRELOAD workaround

This commit is contained in:
David Mehren 2022-06-02 18:33:01 +02:00
parent ea89dc1a02
commit 8bd4cc40e6
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec "/opt/Element-Nightly/element-desktop-nightly" "$@"
LD_PRELOAD=/usr/lib/libsqlcipher.so exec "/opt/Element-Nightly/element-desktop-nightly" "$@"