From aa5eb98a77555441c6c7a286a7d0eab6a8901f1d Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 9 Oct 2017 11:30:00 -0700 Subject: [PATCH] Manually fix resolution of SSL certs on Linux distros --- app/build/resources/linux/redhat/mailspring.spec.in | 6 ++++++ mailsync | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/build/resources/linux/redhat/mailspring.spec.in b/app/build/resources/linux/redhat/mailspring.spec.in index 371034a80..018c00cbe 100644 --- a/app/build/resources/linux/redhat/mailspring.spec.in +++ b/app/build/resources/linux/redhat/mailspring.spec.in @@ -42,3 +42,9 @@ done /usr/share/icons/hicolor/128x128/apps/mailspring.png /usr/share/icons/hicolor/256x256/apps/mailspring.png /usr/share/icons/hicolor/512x512/apps/mailspring.png + +%post +update-desktop-database &> /dev/null + +%postun +update-desktop-database &> /dev/null diff --git a/mailsync b/mailsync index 4d117766a..d9fbfbda0 160000 --- a/mailsync +++ b/mailsync @@ -1 +1 @@ -Subproject commit 4d117766ad0af5df3e15f87e541edd5269421502 +Subproject commit d9fbfbda0d8c547cbd6b37b7659dad8f746e0d36