From 5c9e9caa2f95f74bb5998933e791f5b9dc569c0b Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Thu, 21 Jan 2021 08:43:11 +0100 Subject: [PATCH] feat: include desktop files in repo --- Makefile | 1 + dist/proton-bridge.desktop | 11 +++++++++++ dist/proton-ie.desktop | 11 +++++++++++ unreleased.md | 2 ++ 4 files changed, 25 insertions(+) create mode 100644 dist/proton-bridge.desktop create mode 100644 dist/proton-ie.desktop diff --git a/Makefile b/Makefile index a6c68c39..d5f371ac 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ ${DEPLOY_DIR}/linux: ${EXE_TARGET} cp -pf ./internal/frontend/share/icons/${SRC_SVG} ${DEPLOY_DIR}/linux/logo.svg cp -pf ./LICENSE ${DEPLOY_DIR}/linux/ cp -pf ./Changelog.md ${DEPLOY_DIR}/linux/ + cp -pf ./dist/${EXE_NAME}.desktop ${DEPLOY_DIR}/linux/ ${DEPLOY_DIR}/darwin: ${EXE_TARGET} if [ "${DIRNAME}" != "${EXE_NAME}" ]; then \ diff --git a/dist/proton-bridge.desktop b/dist/proton-bridge.desktop new file mode 100644 index 00000000..15294b64 --- /dev/null +++ b/dist/proton-bridge.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Version=1.1 +Name=ProtonMail Bridge +GenericName=ProtonMail Bridge for Linux +Comment=The Bridge is an application that runs on your computer in the background and seamlessly encrypts and decrypts your mail as it enters and leaves your computer. +Icon=protonmail-bridge +Exec=protonmail-bridge +Terminal=false +Categories=Office;Email;Network +StartupWMClass=protonmail-bridge diff --git a/dist/proton-ie.desktop b/dist/proton-ie.desktop new file mode 100644 index 00000000..856174c9 --- /dev/null +++ b/dist/proton-ie.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Version=1.1 +Name=ProtonMail Import-Export app +GenericName=ProtonMail Import-Export app for Linux +Comment=The Import-Export app helps you to migrate your emails from local files or remote IMAP servers to ProtonMail or simply export emails to local folder. +Icon=protonmail-import-export-app +Exec=protonmail-import-export-app +Terminal=false +Categories=Office;Email;Network +StartupWMClass=protonmail-import-export-app diff --git a/unreleased.md b/unreleased.md index 00e9668a..29ffef17 100644 --- a/unreleased.md +++ b/unreleased.md @@ -5,6 +5,8 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ## Unreleased ### Added +* GODT-928 Reject messages which are too large. +* GODT-337 Desktop files. ### Removed