0.2
This commit is contained in:
@@ -12,7 +12,7 @@ fn build_output_dir() -> Result<std::path::PathBuf, AppError> {
|
||||
return Err(AppError::Io("unable to resolve local data directory".to_string()));
|
||||
};
|
||||
|
||||
base_dir.push("tauri-gst-record");
|
||||
base_dir.push("tauri-video01");
|
||||
base_dir.push("records");
|
||||
|
||||
let create_dir_result = std::fs::create_dir_all(&base_dir);
|
||||
|
||||
Reference in New Issue
Block a user