From ea6311b80a04cbc2cbe198cb036e5a78aafd97d6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 19 Feb 2026 19:14:22 +0100 Subject: [PATCH] Merge --- bin/omarchy-webapp-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-webapp-install b/bin/omarchy-webapp-install index f861e00a..7c4d6039 100755 --- a/bin/omarchy-webapp-install +++ b/bin/omarchy-webapp-install @@ -6,7 +6,7 @@ if [ "$#" -lt 3 ]; then echo -e "\e[32mLet's create a new web app you can start with the app launcher.\n\e[0m" APP_NAME=$(gum input --prompt "Name> " --placeholder "My favorite web app") APP_URL=$(gum input --prompt "URL> " --placeholder "https://example.com") - ICON_REF=$(gum input --prompt "Icon URL> " --placeholder "See https://dashboardicons.com (must use PNG or leave blank to use the default web app icon)") + ICON_REF=$(gum input --prompt "Icon URL> " --placenholder "Leave blank to use favicon or see https://dashboardicons.com (must be PNG!)") CUSTOM_EXEC="" MIME_TYPES="" INTERACTIVE_MODE=true