Skip to content

Commit 4c19048

Browse files
timiclaude
authored andcommitted
fix: add -ov flag to hdiutil to match Tauri behavior
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6015bfa commit 4c19048

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
DMG_PATH="./lumis/apps/web/src-tauri/target/release/bundle/dmg/Lumis_0.3.0_aarch64.dmg"
214214
215215
# Create DMG from the signed app bundle using hdiutil
216-
hdiutil create -volname "Lumis" -fs HFS+ -srcfolder "$APP_BUNDLE" "$DMG_PATH"
216+
# Use UDZO (compressed) and -ov (overwrite) to match Tauri behavior
217+
hdiutil create -volname "Lumis" -fs HFS+ -srcfolder "$APP_BUNDLE" -ov "$DMG_PATH"
217218
218219
echo "✅ DMG created from signed app bundle"
219220

0 commit comments

Comments
 (0)