From ca8b9e1e8c214f3a10296cc663b6a5e9db31a70b Mon Sep 17 00:00:00 2001 From: Rafael Tosta Date: Fri, 7 Nov 2025 09:17:43 -0300 Subject: [PATCH] Move com.rtosta.zapzap.svg and replace symlink with file Replaces the symlink for com.rtosta.zapzap.svg in links/apps/scalable with a standalone SVG file in src/apps/scalable. This change ensures the icon is directly available as a file rather than a symlink. --- links/apps/scalable/com.rtosta.zapzap.svg | 1 - src/apps/scalable/com.rtosta.zapzap.svg | 31 +++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) delete mode 120000 links/apps/scalable/com.rtosta.zapzap.svg create mode 100644 src/apps/scalable/com.rtosta.zapzap.svg diff --git a/links/apps/scalable/com.rtosta.zapzap.svg b/links/apps/scalable/com.rtosta.zapzap.svg deleted file mode 120000 index 2842da95..00000000 --- a/links/apps/scalable/com.rtosta.zapzap.svg +++ /dev/null @@ -1 +0,0 @@ -web-whatsapp.svg \ No newline at end of file diff --git a/src/apps/scalable/com.rtosta.zapzap.svg b/src/apps/scalable/com.rtosta.zapzap.svg new file mode 100644 index 00000000..c17920d6 --- /dev/null +++ b/src/apps/scalable/com.rtosta.zapzap.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file