1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

change home path to ~

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

View File

@@ -1,4 +1,4 @@
$homePath = $env:HOME;
$homePath = "~";
$secretsPath = $homePath + "/secrets"
$mobileKeyPath = $($secretsPath + "/bitwarden-mobile-key.p12");

View File

@@ -1,4 +1,4 @@
$homePath = $env:HOME;
$homePath = "~";
$secretsPath = $homePath + "/secrets"
$autofillProfilePath = $($secretsPath + "/dist_autofill.mobileprovision");