1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

resolve path of ~

This commit is contained in:
Kyle Spearrin
2020-06-09 13:09:00 -04:00
parent bc1f6464d3
commit f95bbaa0f7
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
$homePath = "~";
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path;
$secretsPath = $homePath + "/secrets"
$mobileKeyPath = $($secretsPath + "/bitwarden-mobile-key.p12");