We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3188e commit 43465dcCopy full SHA for 43465dc
1 file changed
scripts/customise-launchers.sh
@@ -762,8 +762,8 @@ for LAUNCHER in "${GLOBAL_LAUNCHERS_DIR}/electron-mail.desktop" \
762
"${GLOBAL_FLATPAK_LAUNCHERS_DIR}/com.github.vladimiry.ElectronMail.desktop" \
763
"${LOCAL_FLATPAK_LAUNCHERS_DIR}/com.github.vladimiry.ElectronMail.desktop"; do
764
set_launcher_entries "${LAUNCHER}" \
765
- Name "Proton Mail" \
766
- Icon "protonmail-desktop" \
+ Name 'Proton Mail' \
+ Icon 'proton-mail' \
767
Keywords "${MAIL_APP_KEYWORDS}Electron;"
768
done
769
0 commit comments