We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cc86c commit 0d044dfCopy full SHA for 0d044df
installer/launch-linux.sh
@@ -9,7 +9,7 @@ export QT_PLUGIN_PATH="."
9
# For Debian-based systems with newer openssl, see:
10
# https://github.com/OpenShot/openshot-qt/issues/3242
11
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918727
12
-export OPENSSL_CONF=/dev/null
+export OPENSSL_CONF="/dev/null"
13
14
# Launch application
15
HERE="$(dirname "$(readlink -f "${0}")")"
0 commit comments