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 e8f671c commit 5ad5294Copy full SHA for 5ad5294
AppDir/AppRun
@@ -22,13 +22,13 @@ _get_symlinks() {
22
mkdir -p "$BINDIR"
23
for link do
24
case "$link" in
25
- *xdg-open|*.hook|lib*) continue;;
26
- *) [ -x "$link" ] || continue;;
+ *xdg-open|*.hook|*.conf) continue;;
27
esac
28
link="${link##*/}"
29
ln -s "$APPIMAGE" "$BINDIR"/"$link" 2>/dev/null \
30
&& echo "'$link' successfully created in '$BINDIR'"
31
done
+ exit 0
32
}
33
34
# additional scripts can be placed in the top level bin dir
0 commit comments