Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create AppRun
[ci skip]
  • Loading branch information
probonopd authored May 1, 2019
commit bc6caafa090652c2fc59d1097362ba04e1878efb
5 changes: 5 additions & 0 deletions linuxdeployqt.AppDir/AppRun
Original file line number Diff line number Diff line change
@@ -0,0 +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
exec "${HERE}/usr/bin/linuxdeployqt" "$@"