feat: add Builder::append_invoke_initialization_script#10295
feat: add Builder::append_invoke_initialization_script#10295lucasfernog merged 8 commits intotauri-apps:devfrom
Builder::append_invoke_initialization_script#10295Conversation
|
Could you also include an example in the Rust doc? |
Package Changes Through 530dac2There are 6 changes which include tauri with prerelease, tauri-build with prerelease, tauri-utils with prerelease, tauri-bundler with prerelease, @tauri-apps/cli with prerelease, tauri-cli with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Package Changes Through 4374680There are 6 changes which include tauri with prerelease, tauri-build with prerelease, tauri-utils with prerelease, tauri-bundler with prerelease, @tauri-apps/cli with prerelease, tauri-cli with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
We have
Builder::invoke_systemto implement our own invoke system, but most of the time we just want to add some logic into the invoke system, not replace the entire system.