Переглянути джерело

Find native libraries on the system

Ralph Plawetzki 2 роки тому
батько
коміт
58bb266085
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      dist/linux/debian/postinst

+ 1 - 0
dist/linux/debian/postinst

@@ -24,6 +24,7 @@ case "$1" in
           mkdir -p /usr/share/desktop-directories
         fi
         xdg-desktop-menu install --novendor /usr/share/applications/org.cryptomator.Cryptomator.desktop
+        sed -i s/Exec=cryptomator\\s%F/Exec=LD_LIBRARY_PATH=\\/usr\\/lib\\/x86_64-linux-gnu\ cryptomator\ %F/ /usr/share/applications/org.cryptomator.Cryptomator.desktop
         xdg-mime install /usr/share/mime/packages/application-vnd.cryptomator.vault.xml
     ;;