Skip to content

Commit bc43c73

Browse files
authored
fix(cli): Add clipboard-manager to known plugins (#12442)
* fix(cli): Add `clipboard-manager` to known plugins fixes #12440 * Update plugins.rs
1 parent 0b79af7 commit bc43c73

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changes/cli-add-clipboard.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri-cli: 'patch:bug'
3+
---
4+
5+
Fixed an issue that prevented `tauri add` to work for the `clipboard-manager` plugin.

crates/tauri-cli/src/helpers/plugins.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ pub fn known_plugins() -> HashMap<&'static str, PluginMetadata> {
7070
"upload",
7171
"websocket",
7272
"opener",
73+
"clipboard-manager",
7374
] {
7475
plugins.entry(p).or_default();
7576
}

0 commit comments

Comments
 (0)