joplin-desktop: fix Joplin Backup plugin failing to creating archive

This commit is contained in:
Michael Hoang
2025-05-17 15:43:57 +10:00
parent adaa24fbf4
commit e081076523
@@ -88,6 +88,10 @@ let
sourceRoot = if stdenv.hostPlatform.isx86_64 then "Joplin ${version}" else ".";
postPatch = ''
chmod a+x Joplin.app/Contents/Resources/build/7zip/7za
'';
installPhase = ''
runHook preInstall
mkdir -p $out/Applications