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:
@@ -24,6 +24,6 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.11.0"
|
||||
"@tauri-apps/api": "^3.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -197,7 +197,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
|
||||
// Dialogs are implemented natively on Android
|
||||
#[cfg(not(target_os = "android"))]
|
||||
{
|
||||
builder = builder.js_init_script(include_str!("init-iife.js").to_string());
|
||||
builder = builder.initialization_script(include_str!("init-iife.js").to_string());
|
||||
}
|
||||
|
||||
builder
|
||||
|
||||
Reference in New Issue
Block a user