Skip to content

Conversation

@majiayu000
Copy link

Summary

  • Add detachRetries option to DmgConfig to customize the maximum number of attempts to detach the DMG volume
  • Default remains 3, but users can increase this for large DMG files on CI environments with throttled CPUs

Usage

In tauri.conf.json:

{
  "bundle": {
    "macOS": {
      "dmg": {
        "detachRetries": 10
      }
    }
  }
}

Fixes #14686

…ri-apps#14686)

Add a new `detachRetries` configuration option to customize the maximum
number of attempts to detach the DMG volume. This helps prevent
"hdiutil: detach: timeout" errors that can occur with large DMG files
on CI environments with throttled CPUs.

Signed-off-by: majiayu000 <[email protected]>
@majiayu000 majiayu000 requested a review from a team as a code owner December 26, 2025 03:32
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Dec 26, 2025
@github-actions
Copy link
Contributor

Package Changes Through 43b2711

There are 6 changes which include tauri-utils with minor, tauri-build with patch, tauri-cli with minor, tauri-bundler with minor, tauri-runtime-wry with patch, tauri with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.8.1 2.9.0
tauri-bundler 2.7.5 2.8.0
tauri-runtime 2.9.2 2.9.3
tauri-runtime-wry 2.9.3 2.9.4
tauri-codegen 2.5.2 2.5.3
tauri-macros 2.5.2 2.5.3
tauri-plugin 2.5.2 2.5.3
tauri-build 2.5.3 2.5.4
tauri 2.9.5 2.9.6
@tauri-apps/cli 2.9.6 2.9.7
tauri-cli 2.9.6 2.10.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📬Proposal

Development

Successfully merging this pull request may close these issues.

Consider allowing the user to customize the detach attempts / time

1 participant