Install rust crate fromhttps://crates.io/crates/tauri-plugin-shellx Init plugin like this. Theinit()function takes a singleunlockedargument. letunlocked =true;tauri::Builder::default().plugin(tauri_plugin_shellx::init(unlocked))... If set to true, capability and permission settings are ignore...
JS/TS API Documentation:https://huakunshen.github.io/tauri-plugin-shellx/ NPM Package:https://www.npmjs.com/package/tauri-plugin-shellx-api Rust Crate:https://crates.io/crates/tauri-plugin-shellx npm install tauri-plugin-shellx-api cargo add tauri-plugin-shellx ...
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Show more ...
renovatemerged 1 commit intomainfromrenovate/tauri-apps-plugin-shell-2.x Oct 3, 2024 +311−311 Conversation0Commits1Checks3Files changed2 Conversation Contributor renovatebot Oct 2, 2024 • edited This PR contains the following updates:
I'm currently using tauri-plugin-shell (v2.0.1), every time I use open to open any path of directory that doesn't exists, it will freeze the whole window and can't response. OS: Windows 11 23H2 (22631.4169) Code Example: import { open } from "@tauri-apps/plugin-shell"; // Any...