fix: move some crates to rustdesk-org (#8772)

Signed-off-by: fufesou <linlong1266@gmail.com>
Co-authored-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
dignow
2024-07-20 23:49:40 +08:00
committed by GitHub
parent cf8ef2533a
commit d3454f07d3
12 changed files with 27 additions and 35 deletions

View File

@@ -57,11 +57,12 @@ static PLUGIN_SOURCE_LOCAL: &str = "local";
fn get_plugin_source_list() -> Vec<PluginSource> {
// Only one source for now.
vec![PluginSource {
name: "rustdesk".to_string(),
url: "https://raw.githubusercontent.com/fufesou/rustdesk-plugins/main".to_string(),
description: "".to_string(),
}]
// vec![PluginSource {
// name: "rustdesk".to_string(),
// url: "https://raw.githubusercontent.com/fufesou/rustdesk-plugins/main".to_string(),
// description: "".to_string(),
// }]
vec![]
}
fn get_source_plugins() -> HashMap<String, PluginInfo> {