diff --git a/local-pkgbuild-template/schildichat-desktop.sh b/local-pkgbuild-template/schildichat-desktop.sh index 99168a8..8e25e12 100644 --- a/local-pkgbuild-template/schildichat-desktop.sh +++ b/local-pkgbuild-template/schildichat-desktop.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec "/opt/---productName---/---appName---" "$@" +LD_PRELOAD=/usr/lib/libsqlcipher.so exec "/opt/---productName---/---appName---" "$@"