Skip to content

Commit

Permalink
Allow running rbkit from any directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jun 29, 2015
1 parent 1c70342 commit 620ae1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/deployqt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def make_executable
#!/bin/sh
export LD_LIBRARY_PATH=\`pwd\`/libs
export QT_QPA_FONTDIR=\`pwd\`/fonts
cd "$(dirname "$0")"
./#{File.basename(executable)}
EOD
FileUtils.cp(executable, dst)
Expand Down

0 comments on commit 620ae1b

Please sign in to comment.