mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* feat(bundler) copy resources to the out dir * feat(utils) add resource_dir fn * feat(examples) spawn node with resource JS instead of pkg bin * feat(bundler) WIP on windows resource bundler * feat(utils) add windows, macos resource_dir logic * fix(bundler) resource folder iteration on wix * chore(bundler) add comments to generate_resource_data fn * chore(bundler) add comments to the get_wix_data fn * change minor items. * run `cargo fmt` * run `rust fmt` and `clippy` and add fmt.toml * remove unnessecary rustfmt.toml files. Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>