mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
readd path import for windows
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
use std::fs;
|
use std::fs;
|
||||||
|
#[cfg(windows)]
|
||||||
|
use std::path::Path;
|
||||||
|
|
||||||
use indicatif::{ProgressBar, ProgressStyle};
|
use indicatif::{ProgressBar, ProgressStyle};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user