cryptomator: fix desktop integration
Move the .desktop files from usr/share to share.
This commit is contained in:
parent
c27aea5e87
commit
fd478d01df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue