Skip to content

tauri-utils@2.9.2

May 16, 2026
  • b5b72ce51 (#15383 by @Legend-Master) Fix a regression in tauri-utils 2.8.3 that made empty path an invalid resource target, e.g.

    {
    "bundle": {
    "resources": {
    "README.md": "",
    }
    }
    }

    (this means README.md -> $RESOURCE/README.md, note this is a confusing behavior, and will be changed in v3)

  • 3fd8ba2c0 (#15388 by @Legend-Master) Fix a regression in tauri-utils 2.8.3 that made an empty directory makes it skip all the following entries, e.g.

    {
    "bundle": {
    "resources": [
    "empty-directory",
    "README.md"
    ]
    }
    }

    if empty-directory is empty, the README.md will not be copied to the resource directory (skipped)


© 2026 Tauri Contributors. CC-BY / MIT