We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d35775 commit 5df114cCopy full SHA for 5df114c
scripts/AppRun
@@ -7,7 +7,7 @@ VERSION=$(readlink "$APPIMAGE_ROOT/bin/emacs" | sed -e 's/emacs-//')
7
export EMACSLOADPATH="$APPIMAGE_ROOT/share/emacs/$VERSION/lisp"
8
export EMACSDATA="$APPIMAGE_ROOT/share/emacs/$VERSION/etc"
9
export EMACSDOC="$APPIMAGE_ROOT/share/emacs/$VERSION/etc"
10
-export EMACSPATH="$APPIMAGE_ROOT/libexec/emacs/$VERSION/*"
+export EMACSPATH="$(echo "$APPIMAGE_ROOT"/libexec/emacs/$VERSION/*)"
11
export PATH="$APPIMAGE_ROOT/bin:$PATH"
12
13
# check --emacs-appimage-run-as argument
0 commit comments