cryptomator: fix desktop integration

Move the .desktop files from usr/share to share.
This commit is contained in:
Pascal Bach 2021-04-17 20:24:38 +02:00
parent c27aea5e87
commit fd478d01df

View file

@ -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 ];