ai/at
ai/at
1
0
This commit is contained in:
syui 2025-02-24 13:41:22 +09:00
parent 8719439b92
commit 2be8827f14
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -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/
}