Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Builder::append_invoke_initialization_script #10295

Merged
merged 8 commits into from
Aug 19, 2024

Conversation

liesauer
Copy link
Contributor

We have Builder::invoke_system to 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.

@liesauer liesauer requested a review from a team as a code owner July 16, 2024 03:05
@lucasfernog
Copy link
Member

Could you also include an example in the Rust doc?

core/tauri/src/app.rs Outdated Show resolved Hide resolved
core/tauri/src/app.rs Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Aug 19, 2024

Package Changes Through 530dac2

There 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 Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.0.0-rc.3 2.0.0-rc.4
tauri-bundler 2.0.1-rc.2 2.0.1-rc.3
tauri-runtime 2.0.0-rc.3 2.0.0-rc.4
tauri-runtime-wry 2.0.0-rc.3 2.0.0-rc.4
tauri-codegen 2.0.0-rc.3 2.0.0-rc.4
tauri-macros 2.0.0-rc.3 2.0.0-rc.4
tauri-plugin 2.0.0-rc.3 2.0.0-rc.4
tauri-build 2.0.0-rc.3 2.0.0-rc.4
tauri 2.0.0-rc.3 2.0.0-rc.4
@tauri-apps/cli 2.0.0-rc.4 2.0.0-rc.5
tauri-cli 2.0.0-rc.4 2.0.0-rc.5

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Copy link
Contributor

Package Changes Through 4374680

There 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 Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.0.0-rc.3 2.0.0-rc.4
tauri-bundler 2.0.1-rc.2 2.0.1-rc.3
tauri-runtime 2.0.0-rc.3 2.0.0-rc.4
tauri-runtime-wry 2.0.0-rc.3 2.0.0-rc.4
tauri-codegen 2.0.0-rc.3 2.0.0-rc.4
tauri-macros 2.0.0-rc.3 2.0.0-rc.4
tauri-plugin 2.0.0-rc.3 2.0.0-rc.4
tauri-build 2.0.0-rc.3 2.0.0-rc.4
tauri 2.0.0-rc.3 2.0.0-rc.4
@tauri-apps/cli 2.0.0-rc.4 2.0.0-rc.5
tauri-cli 2.0.0-rc.4 2.0.0-rc.5

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit 30c7685 into tauri-apps:dev Aug 19, 2024
20 checks passed
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.

2 participants