mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-01 17:03:54 +08:00
Merge branch 'main' of https://github.com/VirtualHotBar/NetMount
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri",
|
||||
"tauri-dev": "tauri dev",
|
||||
"tauri-build": "tauri build "
|
||||
"tauri-build": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/charts": "^2.0.3",
|
||||
|
||||
@@ -16,7 +16,7 @@ fn check_rclone() {
|
||||
let bin_path = "res/bin/";
|
||||
|
||||
if !Path::new(bin_path).exists() {
|
||||
std::fs::create_dir(bin_path).expect("Failed to create rclone directory");
|
||||
std::fs::create_dir_all(bin_path).expect("Failed to create rclone directory");
|
||||
};
|
||||
|
||||
let temp_dir = Path::new("res/temp/");
|
||||
|
||||
Reference in New Issue
Block a user