fix
This commit is contained in:
parent
8719439b92
commit
2be8827f14
@ -61,6 +61,9 @@ function at-repos-pull() {
|
|||||||
|
|
||||||
function at-repos-social-app-icon() {
|
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
|
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/
|
cp -rf $d/repos/social-app/src/view/icons/Logotype.tsx $d/icons/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user