tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.52k stars 2.58k forks source link

feat(windows, linux): Add `with_extension_path` to `WebviewBuilder` #11628

Closed SpikeHD closed 1 week ago

SpikeHD commented 2 weeks ago

Now that https://github.com/tauri-apps/wry/pull/1403 has been merged, it's time to bring it to the Tauri side!

Adds a function to the WebviewBuilder that sets the extension path. On Windows, the directory should contain unpacked Chrome extensions. On Linux, it should contain compiled .so extensions.

github-actions[bot] commented 2 weeks ago

Package Changes Through 3c495edb74939ce6ec1715f1d3af05f6eba28cbe

There are 6 changes which include tauri with patch, tauri-cli with patch, tauri-runtime with patch, tauri-runtime-wry with patch, tauri-utils with patch, @tauri-apps/cli with patch

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.1.0 | 2.1.1 | tauri-bundler | 2.1.0 | 2.1.1 | tauri-runtime | 2.2.0 | 2.2.1 | tauri-runtime-wry | 2.2.0 | 2.2.1 | tauri-codegen | 2.0.3 | 2.0.4 | tauri-macros | 2.0.3 | 2.0.4 | tauri-plugin | 2.0.3 | 2.0.4 | tauri-build | 2.0.3 | 2.0.4 | tauri | 2.1.1 | 2.1.2 | @tauri-apps/cli | 2.1.0 | 2.1.1 | tauri-cli | 2.1.0 | 2.1.1 |

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


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

SpikeHD commented 1 week ago

Should be fixed now 👍