From 1d1437ff4867bced1379e653585ceca02fadc98d Mon Sep 17 00:00:00 2001 From: Nemuel Wainaina Date: Mon, 25 Nov 2024 05:59:11 +0300 Subject: [PATCH] Switch to AppImage builds --- .gitignore | 2 + app.AppDir/AppRun | 2 + .../protodesk.desktop | 2 +- .../io.github.nemuelw.protodesk.metainfo.xml | 77 ------------------- 4 files changed, 5 insertions(+), 78 deletions(-) create mode 100755 app.AppDir/AppRun rename flathub/io.github.nemuelw.protodesk.desktop => app.AppDir/protodesk.desktop (83%) delete mode 100644 flathub/io.github.nemuelw.protodesk.metainfo.xml diff --git a/.gitignore b/.gitignore index 85a4aed..219d308 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ app.build/ app.dist/ app.onefile-build/ protodesk +.DirIcon +*.AppImage diff --git a/app.AppDir/AppRun b/app.AppDir/AppRun new file mode 100755 index 0000000..d9e980a --- /dev/null +++ b/app.AppDir/AppRun @@ -0,0 +1,2 @@ +#!/bin/sh +exec "$APPDIR/usr/bin/protodesk" "$@" diff --git a/flathub/io.github.nemuelw.protodesk.desktop b/app.AppDir/protodesk.desktop similarity index 83% rename from flathub/io.github.nemuelw.protodesk.desktop rename to app.AppDir/protodesk.desktop index 822b9eb..2134543 100644 --- a/flathub/io.github.nemuelw.protodesk.desktop +++ b/app.AppDir/protodesk.desktop @@ -2,7 +2,7 @@ Type=Application Name=Protodesk Comment=Unofficial desktop app for Proton -Icon=io.github.nemuelw.protodesk +Icon=protodesk Exec=protodesk Terminal=false Categories=Network;Utility;Email;Calendar;Archiving diff --git a/flathub/io.github.nemuelw.protodesk.metainfo.xml b/flathub/io.github.nemuelw.protodesk.metainfo.xml deleted file mode 100644 index c798a1d..0000000 --- a/flathub/io.github.nemuelw.protodesk.metainfo.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - io.github.nemuelw.protodesk - - CC0-1.0 - GPL-3.0-only - - Protodesk - io.github.nemuelw.protodesk.svg - Unofficial desktop app for Proton - -

- Protodesk is a free open-source unofficial desktop app for Proton. - It brings together Proton Mail, Proton Calendar, and Proton Drive into a single Linux application. -

-
- - - Nemuel Wainaina - - - io.github.nemuelw.protodesk.desktop - - - #2a2c5e - #2a2c5e - - - https://github.com/nemuelw/protodesk - https://github.com/nemuelw/protodesk#donations - https://github.com/nemuelw/protodesk - https://github.com/nemuelw/protodesk/issues - - - Network - Utility - Email - Calendar - Archiving - - - - Proton Mail - Proton Calendar - Proton Drive - - - - - https://raw.githubusercontent.com/nemuelw/protodesk/73e45c4ec2b8f64c82fdd35dae90c49ba77e5024/scrshots/mail.png - Proton Mail - - - https://raw.githubusercontent.com/nemuelw/protodesk/73e45c4ec2b8f64c82fdd35dae90c49ba77e5024/scrshots/calendar.png - Proton Calendar - - - https://raw.githubusercontent.com/nemuelw/protodesk/73e45c4ec2b8f64c82fdd35dae90c49ba77e5024/scrshots/drive.png - Proton Drive - - - https://raw.githubusercontent.com/nemuelw/protodesk/73e45c4ec2b8f64c82fdd35dae90c49ba77e5024/scrshots/loading.png - Loading page - - - - - - https://github.com/nemuelw/protodesk/releases/tag/v1.2.7 - -

Initial release.

-
-
-
-