Skip to content

Commit 0d044df

Browse files
authored
Second attempt at AppImage fix (#3304)
1 parent d7cc86c commit 0d044df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/launch-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export QT_PLUGIN_PATH="."
99
# For Debian-based systems with newer openssl, see:
1010
# https://github.com/OpenShot/openshot-qt/issues/3242
1111
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918727
12-
export OPENSSL_CONF=/dev/null
12+
export OPENSSL_CONF="/dev/null"
1313

1414
# Launch application
1515
HERE="$(dirname "$(readlink -f "${0}")")"

0 commit comments

Comments
 (0)