Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Backend/src/plugin_paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub fn built_in_plugin_dirs() -> Vec<PathBuf> {
}
}

candidates.push(PathBuf::from(env!("CARGO_MANIFEST_DIR")).join(BUILT_IN_PLUGINS_DIR_NAME));


// If the Tauri runtime resolved a resource directory at startup, include
// its built-in-plugins subdirectory as a candidate. This is set by the
Expand Down
Loading