From 4f02ee941c8481c8c5cba326fb65c0ef51277dbe Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 18 Jun 2026 10:47:44 +0200 Subject: [PATCH] changed PWA icon --- copyparty/__init__.py | 1 + copyparty/web/copyparty.svg | 1 + copyparty/web/manifest.json | 2 +- scripts/sfx.ls | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 copyparty/web/copyparty.svg diff --git a/copyparty/__init__.py b/copyparty/__init__.py index 23ec8eae..19d6a1b1 100644 --- a/copyparty/__init__.py +++ b/copyparty/__init__.py @@ -74,6 +74,7 @@ web/browser2.html web/cf.html web/copyparty.gif web/copyparty.png +web/copyparty.svg web/deps/busy.mp3 web/deps/easymde.css web/deps/easymde.js diff --git a/copyparty/web/copyparty.svg b/copyparty/web/copyparty.svg new file mode 100644 index 00000000..8f101f27 --- /dev/null +++ b/copyparty/web/copyparty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/copyparty/web/manifest.json b/copyparty/web/manifest.json index b68258ce..084538de 100644 --- a/copyparty/web/manifest.json +++ b/copyparty/web/manifest.json @@ -4,7 +4,7 @@ "description": "the all in one file server", "icons": [ { - "src": "/.cpr/copyparty.png", + "src": "/.cpr/copyparty.svg", "sizes": "512x512", "type": "image/svg+xml" } diff --git a/scripts/sfx.ls b/scripts/sfx.ls index 02355b36..4762b219 100644 --- a/scripts/sfx.ls +++ b/scripts/sfx.ls @@ -76,6 +76,7 @@ copyparty/web/browser2.html, copyparty/web/cf.html, copyparty/web/copyparty.gif, copyparty/web/copyparty.png, +copyparty/web/copyparty.svg, copyparty/web/deps, copyparty/web/deps/__init__.py, copyparty/web/deps/busy.mp3,