Skip to content

Commit 5ad5294

Browse files
authored
Update AppRun
1 parent e8f671c commit 5ad5294

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
@@ -22,13 +22,13 @@ _get_symlinks() {
2222
mkdir -p "$BINDIR"
2323
for link do
2424
case "$link" in
25-
*xdg-open|*.hook|lib*) continue;;
26-
*) [ -x "$link" ] || continue;;
25+
*xdg-open|*.hook|*.conf) continue;;
2726
esac
2827
link="${link##*/}"
2928
ln -s "$APPIMAGE" "$BINDIR"/"$link" 2>/dev/null \
3029
&& echo "'$link' successfully created in '$BINDIR'"
3130
done
31+
exit 0
3232
}
3333

3434
# additional scripts can be placed in the top level bin dir

0 commit comments

Comments
 (0)