File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ if [ ! -f ./appimagetool.AppImage ]; then
29
29
chmod +x ./appimagetool.AppImage
30
30
fi
31
31
32
- ARCH=x86_64 ./appimagetool.AppImage --no-appstream ./dist/AppDir ./dist/Emacs.AppImage
32
+ ARCH=$( uname -m ) ./appimagetool.AppImage --no-appstream ./dist/AppDir ./dist/Emacs.AppImage
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ VERSION=$(readlink "$APPIMAGE_ROOT/bin/emacs" | sed -e 's/emacs-//')
7
7
export EMACSLOADPATH=" $APPIMAGE_ROOT /share/emacs/$VERSION /lisp"
8
8
export EMACSDATA=" $APPIMAGE_ROOT /share/emacs/$VERSION /etc"
9
9
export EMACSDOC=" $APPIMAGE_ROOT /share/emacs/$VERSION /etc"
10
- export EMACSPATH=" $APPIMAGE_ROOT /libexec/emacs/$VERSION /$( uname -m ) -pc-linux-gnu "
10
+ export EMACSPATH=" $APPIMAGE_ROOT /libexec/emacs/$VERSION /* "
11
11
export PATH=" $APPIMAGE_ROOT /bin:$PATH "
12
12
13
13
# check --emacs-appimage-run-as argument
You can’t perform that action at this time.
0 commit comments