Skip to content

Commit 554e2d8

Browse files
authored
Update search-integration.hook
1 parent 75128f7 commit 554e2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppDir/bin/search-integration.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ -n "$APPIMAGE" ] && command -v gnome-shell 1>/dev/null && \
6767
mkdir -p "${LOCAL_SHARE_DIR}"/gnome-shell/search-providers/
6868
echo '[D-BUS Service]' > "$DBUS_SHARE_LOCAL"
6969
echo "Name=${DBUS_SERVICE_NAME%.service}" >> "$DBUS_SHARE_LOCAL"
70-
echo "Exec=${CURRENTDIR}/lib/cartridges-search-provider" >> "$DBUS_SHARE_LOCAL"
70+
echo "Exec=$APPIMAGE cartridges-search-provider" >> "$DBUS_SHARE_LOCAL"
7171
if [ ! -f "$SEARCH_SHARE_LOCAL" ]; then
7272
cp "${CURRENTDIR}/share/gnome-shell/search-providers/${SEARCH_PROVIDER_NAME}" "$SEARCH_SHARE_LOCAL"
7373
fi

0 commit comments

Comments
 (0)