summaryrefslogtreecommitdiff
path: root/deploy-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy-linux.sh')
-rwxr-xr-xdeploy-linux.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy-linux.sh b/deploy-linux.sh
index 4e92b95..3a30f3b 100755
--- a/deploy-linux.sh
+++ b/deploy-linux.sh
@@ -42,6 +42,7 @@ update-desktop-database ~/.local/share/applications
EOF
chmod +x install-local.sh
+
cat > bin/tikzit << 'EOF'
#!/bin/bash
@@ -70,6 +71,10 @@ cp --no-dereference $LIBDIR/libicuuc.so* lib
cp --no-dereference $LIBDIR/libicui18n.so* lib
cp --no-dereference $LIBDIR/libicudata.so* lib
+# add openssl from the build system, as this seems to create some problems if the wrong version
+cp --no-dereference $LIBDIR/libssl.so* lib
+cp --no-dereference $LIBDIR/libcrypto.so* lib
+
# add Qt plugins used by TikZiT
cp -R $PLUGINDIR/platforms plugins
cp -R $PLUGINDIR/imageformats plugins