UNC paths for plugins

This commit is contained in:
Gregory Schier
2024-08-09 11:33:54 -07:00
parent 6eb2cbd582
commit 1e9f10a99f
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ extern crate core;
extern crate objc;
use std::collections::HashMap;
use std::env::current_dir;
use std::fs;
use std::fs::{create_dir_all, read_to_string, File};
use std::path::PathBuf;