Skip to content

Commit

Permalink
Do not unset LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored May 6, 2019
1 parent fbf3241 commit 2db62c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linuxdeployqt.AppDir/AppRun
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file is being used so that users don't have to unset env vars manually
HERE="$(dirname "$(readlink -f "${0}")")"
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
unset QTDIR; unset QT_PLUGIN_PATH # Do not unset LD_LIBRARY_PATH; https://github.com/probonopd/linuxdeployqt/pull/370#issuecomment-489515772
exec "${HERE}/usr/bin/linuxdeployqt" "$@"

0 comments on commit 2db62c3

Please sign in to comment.