Update AppImage

This commit is contained in:
MacRimi
2025-10-13 19:04:38 +02:00
parent 602291736f
commit 75a458f2be
5 changed files with 7 additions and 2 deletions

View File

@@ -14,9 +14,11 @@ export const metadata: Metadata = {
manifest: "/manifest.json", manifest: "/manifest.json",
icons: { icons: {
icon: [ icon: [
{ url: "/favicon-16x16.png", sizes: "16x16", type: "image/png" }, { url: "/favicon.ico", sizes: "any" },
{ url: "/favicon-32x32.png", sizes: "32x32", type: "image/png" }, { url: "/icon.svg", type: "image/svg+xml" },
{ url: "/icon.png", type: "image/png", sizes: "32x32" },
], ],
shortcut: "/favicon.ico",
apple: [{ url: "/apple-touch-icon.png", sizes: "180x180", type: "image/png" }], apple: [{ url: "/apple-touch-icon.png", sizes: "180x180", type: "image/png" }],
}, },
viewport: "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no", viewport: "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
AppImage/public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

3
AppImage/public/icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 63 KiB