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:
@@ -25,6 +25,6 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.11.0"
|
||||
"@tauri-apps/api": "^3.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -233,7 +233,7 @@ impl Builder {
|
||||
]);
|
||||
|
||||
if self.open_js_links_on_click {
|
||||
builder = builder.js_init_script(include_str!("init-iife.js").to_string());
|
||||
builder = builder.initialization_script(include_str!("init-iife.js").to_string());
|
||||
}
|
||||
|
||||
builder.build()
|
||||
|
||||
Reference in New Issue
Block a user