diff --git a/.media/icon-512x512.png b/.media/icon-512x512.png new file mode 100644 index 0000000..6e4007c Binary files /dev/null and b/.media/icon-512x512.png differ diff --git a/.media/icon.svg b/.media/icon.svg new file mode 100644 index 0000000..9ea4081 --- /dev/null +++ b/.media/icon.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/functions/gen-repo-media.fish b/functions/gen-repo-media.fish index 439337b..ef6590c 100644 --- a/functions/gen-repo-media.fish +++ b/functions/gen-repo-media.fish @@ -56,7 +56,7 @@ function gen-repo-media command cp "$emblem_512x512" ".media/icon-512x512.png" log-t "Copying" "round emblem 128x128" "..." - command cp "$emblem_128x128_round" ".media/icon-128x128_round.svg" + command cp "$emblem_128x128_round" ".media/icon-128x128_round.png" log-s "Successfully set up" "repository media" "!" end