From b2bd95197a3f8e9b2a25c53f3b7ae8c98f8e1b0f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 8 Dec 2025 10:38:13 +0100 Subject: [PATCH] Include webapps in omarchy-refresh-applications --- bin/omarchy-refresh-applications | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/omarchy-refresh-applications b/bin/omarchy-refresh-applications index c0f2bb00..bf666f5d 100755 --- a/bin/omarchy-refresh-applications +++ b/bin/omarchy-refresh-applications @@ -10,4 +10,8 @@ mkdir -p ~/.local/share/applications cp ~/.local/share/omarchy/applications/*.desktop ~/.local/share/applications/ cp ~/.local/share/omarchy/applications/hidden/*.desktop ~/.local/share/applications/ +# Refresh the webapps +bash $OMARCHY_PATH/install/packaging/icons.sh +bash $OMARCHY_PATH/install/packaging/webapps.sh + update-desktop-database ~/.local/share/applications