Skip to content

Commit

Permalink
Add environment variable to define geany-plugins path inside share
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Apr 26, 2017
1 parent 1925222 commit 83351a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher-gtk3.sh
Expand Up @@ -195,4 +195,6 @@ if /bin/expr "x$1" : '^x-psn_' > /dev/null; then
shift 1
fi

export GEANY_PLUGINS_SHARE_PATH="$bundle_res/share/geany-plugins"

$EXEC "$bundle_contents/MacOS/$name-bin" "$@" $EXTRA_ARGS
2 changes: 2 additions & 0 deletions launcher.sh
Expand Up @@ -195,4 +195,6 @@ if /bin/expr "x$1" : '^x-psn_' > /dev/null; then
shift 1
fi

export GEANY_PLUGINS_SHARE_PATH="$bundle_res/share/geany-plugins"

$EXEC "$bundle_contents/MacOS/$name-bin" "$@" $EXTRA_ARGS

0 comments on commit 83351a9

Please sign in to comment.