File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 30
30
" install apply_extra ${FLATPAK_DEST}/bin" ,
31
31
" install slack.sh ${FLATPAK_DEST}/bin/slack" ,
32
32
" 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 " ,
34
34
" install -Dm644 slack.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop" ,
35
35
" desktop-file-edit --set-key=\" Icon\" --set-value=\" com.slack.Slack\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop" ,
36
36
" desktop-file-edit --set-key=\" Exec\" --set-value=\" slack %U\" ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop" ,
68
68
},
69
69
{
70
70
"type" : " file" ,
71
- "path" : " slack.png "
71
+ "path" : " slack.svg "
72
72
},
73
73
{
74
74
"type" : " file" ,
You can’t perform that action at this time.
0 commit comments