From 1cb5a3531a64dc04c78bf78d508e84a04640ea2d Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Tue, 6 Jun 2023 19:44:02 +0200 Subject: [PATCH] Fix symlinks for icons installed with the ppa --- dist/linux/debian/cryptomator.links | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/linux/debian/cryptomator.links b/dist/linux/debian/cryptomator.links index 72637500e..dae1a215a 100644 --- a/dist/linux/debian/cryptomator.links +++ b/dist/linux/debian/cryptomator.links @@ -1,3 +1,3 @@ usr/lib/cryptomator/bin/cryptomator usr/bin/cryptomator -usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/symbolic/apps/org.cryptomator.Cryptomator.tray-symbolic.svg -usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/symbolic/apps/org.cryptomator.Cryptomator.tray-unlocked-symbolic.svg \ No newline at end of file +usr/share/icons/hicolor/scalable/apps/org.cryptomator.Cryptomator.tray.svg usr/share/icons/hicolor/symbolic/apps/org.cryptomator.Cryptomator.tray-symbolic.svg +usr/share/icons/hicolor/scalable/apps/org.cryptomator.Cryptomator.tray-unlocked.svg usr/share/icons/hicolor/symbolic/apps/org.cryptomator.Cryptomator.tray-unlocked-symbolic.svg \ No newline at end of file