From 6e8b750c68be45d068e9f6d308a4ad468956c7ed Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 25 Feb 2026 13:04:05 -0700 Subject: [PATCH] Removed an obsolete commented-out hdiutil line from the macOS bundling script, leaving only the active packaging path (zip) to keep the script cleaner and easier to scan. --- osx/makebundle.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/osx/makebundle.sh b/osx/makebundle.sh index dc750491..3a62f4f4 100755 --- a/osx/makebundle.sh +++ b/osx/makebundle.sh @@ -6,6 +6,4 @@ rm -f *.app.zip python $HOME/.local/bin/gtk-mac-bundler zoitechat.bundle echo "Compressing bundle" -#hdiutil create -format UDBZ -srcdir ZoiteChat.app -quiet ZoiteChat-2.9.6.1-$(git rev-parse --short master).dmg zip -9rXq ./ZoiteChat-$(git describe --tags).app.zip ./ZoiteChat.app -