mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
chore(deps): update tauri, api, CLI
This commit is contained in:
@@ -102,7 +102,7 @@ impl<R: Runtime, T: Manager<R>> ShellExt<R> for T {
|
||||
|
||||
pub fn init<R: Runtime>() -> TauriPlugin<R, Option<config::Config>> {
|
||||
Builder::<R, Option<config::Config>>::new("shell")
|
||||
.js_init_script(include_str!("init-iife.js").to_string())
|
||||
.initialization_script(include_str!("init-iife.js").to_string())
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
commands::execute,
|
||||
commands::spawn,
|
||||
|
||||
Reference in New Issue
Block a user