Skip to content
Tauri

tauri-bundler@1.0.0-beta.1

  • The process of copying binaries and resources to project_out_directory was moved to the Tauri CLI.
    • 8f29a260 fix(cli.rs): copy resources and binaries on dev, closes #1298 (#1946) on 2021-06-04
  • Allow setting a path to a license file for the Windows Installer (tauri.conf.json > bundle > windows > wix > license).
  • Configure app shortcut on the Windows Installer.
    • f0603fcc feat(bundler): desktop shortcut on Windows (#2052) on 2021-06-23
  • Allow setting the Windows installer language and using project names that contains non-Unicode characters.
  • Fixes resource bundling on Windows when there is nested resource folders.
    • 35a20527 fix(bundler): windows resources bundling with nested folders (#1878) on 2021-05-21

© 2024 Tauri Contributors. CC-BY / MIT