cryptomator: fix desktop integration
Move the .desktop files from usr/share to share.
This commit is contained in:
@@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
|
|||||||
--set JAVA_HOME "${jre.home}"
|
--set JAVA_HOME "${jre.home}"
|
||||||
|
|
||||||
# install desktop entry and icons
|
# 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 ];
|
nativeBuildInputs = [ autoPatchelfHook maven makeWrapper wrapGAppsHook jdk ];
|
||||||
|
|||||||
Reference in New Issue
Block a user