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 933e4bb commit 9b0a007Copy full SHA for 9b0a007
AppDir/AppRun
@@ -12,8 +12,8 @@ _get_symlinks() {
12
set -- "$CURRENTDIR"/bin/*
13
echo ""
14
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"
+ echo "that will point to ${APPIMAGE##*/}, this way when you run that"
+ echo "symlink it automatically runs that binary without extra arguments"
17
18
printf '%s' "Proceed with the symlink creation? (Y/n): "; read -r yn
19
case "$yn" in
0 commit comments