cryptomator: fix desktop integration

Move the .desktop files from usr/share to share.
wip/yesman
Pascal Bach 3 years ago
parent c27aea5e87
commit fd478d01df
  1. 2
      pkgs/tools/security/cryptomator/default.nix

@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
--set JAVA_HOME "${jre.home}"
# install desktop entry and icons
cp -r ${icons}/resources/appimage/AppDir/usr $out/
cp -r ${icons}/resources/appimage/AppDir/usr/* $out/
'';
nativeBuildInputs = [ autoPatchelfHook maven makeWrapper wrapGAppsHook jdk ];

Loading…
Cancel
Save