Skip to content

Commit

Permalink
start gui appimage if possible
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <[email protected]>

closes #59
closes #57
  • Loading branch information
chrisbra committed Sep 11, 2023
1 parent 979e57e commit 45c81c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ make_appimage()
HERE="$(dirname "$(readlink -f "${0}")")"
unset ARGV0
export VIMRUNTIME=${HERE}/usr/share/vim/vim90
test -L "${HERE}/usr/bin/gvim" && exec "${HERE}/usr/bin/gvim" "${@+"$@"}"
exec "${HERE}/usr/bin/vim" "${@+"$@"}"
EOF
popd
Expand Down

0 comments on commit 45c81c1

Please sign in to comment.