Skip to content

chore(tauri): sync build artifacts with current project state#410

Closed
mremond wants to merge 3 commits into
mainfrom
chore/sync-build-artifacts
Closed

chore(tauri): sync build artifacts with current project state#410
mremond wants to merge 3 commits into
mainfrom
chore/sync-build-artifacts

Conversation

@mremond
Copy link
Copy Markdown
Member

@mremond mremond commented May 19, 2026

Summary

  • Sync Cargo.lock with Cargo.toml version 0.16.0
  • Update bundleVersion in tauri.conf.json to latest commit hash
  • Regenerate Tauri permission schemas (acl-manifests.json, desktop-schema.json, macOS-schema.json) with new core capabilities (supports-multiple-windows, set-icon-with-as-template)

mremond added 3 commits May 19, 2026 15:43
Cargo.lock was out of sync with Cargo.toml 0.16.0, and Tauri CLI
regenerated permission schemas with new core capabilities.
Replace git hash with semver version — macOS needs an orderable value
for CFBundleVersion, and the about screen already gets the commit hash
dynamically from Vite/build.rs. Updated at release time only.
Align prepare-release.js with the switch from git hash to semver for
macOS CFBundleVersion. Update RELEASE.md accordingly.
@mremond
Copy link
Copy Markdown
Member Author

mremond commented May 19, 2026

Obsolete with #409

@mremond mremond closed this May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant