Windows App Store (fix #622) (#624)

This commit is contained in:
Roey Darwish Dror
2021-02-11 06:31:59 +02:00
committed by GitHub
parent 8b7ff6a042
commit 746ffda444
4 changed files with 21 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ impl Powershell {
Powershell { path, profile }
}
#[cfg(windows)]
pub fn path(&self) -> &Option<PathBuf> {
&self.path
}
#[cfg(windows)]
pub fn windows_powershell() -> Self {
Powershell {