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