Skip to content

Commit

Permalink
path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanidos committed May 21, 2019
1 parent 29dcc17 commit a8316c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppRun
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
HERE="$(dirname "$(readlink -f "${0}")")"
export LD_LIBRARY_PATH=${HERE}:$LD_LIBRARY_PATH
exec "${HERE}/AnimationMaker" "$@"
export LD_LIBRARY_PATH=${HERE}/lib:$LD_LIBRARY_PATH
exec "${HERE}/bin/AnimationMaker" "$@"

0 comments on commit a8316c2

Please sign in to comment.