Merge pull request #119738 from bachp/cryptomator-desktop

cryptomator: fix desktop integration
This commit is contained in:
Sandro 2021-04-19 05:05:28 +02:00 committed by GitHub
commit 0a5f5bab0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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