Remove Microsoft store (fix #674)

This commit is contained in:
Roey Darwish Dror
2021-04-23 07:01:06 +03:00
parent 0490bd70a2
commit cf63db2786
4 changed files with 1 additions and 21 deletions

View File

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