From 2be8827f14e3cf4cbfebd8356f93199f66f95530 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 24 Feb 2025 13:41:22 +0900 Subject: [PATCH] fix --- install.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.zsh b/install.zsh index 40e888b..b09d159 100755 --- a/install.zsh +++ b/install.zsh @@ -61,6 +61,9 @@ function at-repos-pull() { function at-repos-social-app-icon() { curl -sL https://raw.githubusercontent.com/bluesky-social/social-app/main/src/view/icons/Logotype.tsx -o $d/repos/social-app/src/view/icons/Logotype.tsx + if [ -d $d/icons ];then + mkdir -p $d/icons + fi cp -rf $d/repos/social-app/src/view/icons/Logotype.tsx $d/icons/ }