tauri/examples/api/src-tauri
thewh1teagle 8d994f60fe
fix(bundler): sign DLLs (#11676)
* fix: sign nsis plugin DLLs

* also sign DLLs on unix

* fix build

* create copy of nsis dir

* always make a copy of nsis (so linux works, permission error otherwise)

* fix windows build

* fix

* to_path_buf

* also create wix copy

* remove unused toolset change

* fix unused var

* fmt

* fix wix build

* fix build

* fix plugin copy

* fix conflict

* fix file download

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2025-04-13 18:46:14 -03:00
..
capabilities feat: add set_dock_visibility method (#13185) 2025-04-11 15:13:07 -03:00
locales feat(bundler): wix localization, closes #3174 (#3179) 2022-02-05 15:13:07 -03:00
permissions fix(api): use array for channel queueing (#12069) 2025-01-02 12:19:50 +01:00
src Clippy (#12485) 2025-04-13 08:21:34 -03:00
tauri-plugin-sample enhance: include permission group permissions in the generated schema (#13057) 2025-03-23 21:35:45 +08:00
.gitignore fix(cli): do not generate .cargo/config file (#10785) 2024-08-26 22:15:08 -03:00
.taurignore chore(examples): ignore changes on tauri-plugin-sample on dev watcher 2023-02-24 10:22:43 -03:00
build.rs fix(bundler): sign DLLs (#11676) 2025-04-13 18:46:14 -03:00
Cargo.toml chore(deps): update rust crate wry to 0.48 (dev) (#12101) 2025-01-02 01:01:31 +01:00
Cross.toml Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
Info.plist feat(core): inject src-tauri/Info.plist file on dev and merge on bundle, closes #1570 #2338 (#2444) 2021-08-15 21:36:43 -03:00
tauri.conf.json feat: add a new option to remove unused commands (#12890) 2025-03-15 13:46:08 -03:00