Skip to content

Commit 9b0a007

Browse files
authored
Update AppRun
1 parent 933e4bb commit 9b0a007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AppDir/AppRun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ _get_symlinks() {
1212
set -- "$CURRENTDIR"/bin/*
1313
echo ""
1414
echo "This function will make wrapper symlinks in $BINDIR"
15-
echo "that will point to $APPIMAGE, this way when you run that symlink"
16-
echo "it automatically launches that binary without extra arguments"
15+
echo "that will point to ${APPIMAGE##*/}, this way when you run that"
16+
echo "symlink it automatically runs that binary without extra arguments"
1717
echo ""
1818
printf '%s' "Proceed with the symlink creation? (Y/n): "; read -r yn
1919
case "$yn" in

0 commit comments

Comments
 (0)