Skip to content

Commit 5ca042e

Browse files
andrewfluckAKoskovich
authored andcommittedJan 17, 2024
Replace PNG logo with a scalable SVG without shadows
This is Slack-mark.svg from https://salesforce.widencollective.com/c/qqyq7eec placed over a white circle background without a thin shadow border like the original to satisfy design requirements of FlatHub. https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/quality-guidelines/#no-baked-in-shadows
1 parent b36a582 commit 5ca042e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
 

‎com.slack.Slack.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"install apply_extra ${FLATPAK_DEST}/bin",
3131
"install slack.sh ${FLATPAK_DEST}/bin/slack",
3232
"install -Dm644 com.slack.Slack.appdata.xml ${FLATPAK_DEST}/share/appdata/${FLATPAK_ID}.appdata.xml",
33-
"install -Dm644 slack.png ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/${FLATPAK_ID}.png",
33+
"install -Dm644 slack.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg",
3434
"install -Dm644 slack.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
3535
"desktop-file-edit --set-key=\"Icon\" --set-value=\"com.slack.Slack\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
3636
"desktop-file-edit --set-key=\"Exec\" --set-value=\"slack %U\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"type": "file",
71-
"path": "slack.png"
71+
"path": "slack.svg"
7272
},
7373
{
7474
"type": "file",

‎slack.png

-38 KB
Binary file not shown.

‎slack.svg

+11
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.