mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
resolve path of ~
This commit is contained in:
2
.github/scripts/ios/setup-keychain.ps1
vendored
2
.github/scripts/ios/setup-keychain.ps1
vendored
@@ -1,4 +1,4 @@
|
||||
$homePath = "~";
|
||||
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path;
|
||||
$secretsPath = $homePath + "/secrets"
|
||||
|
||||
$mobileKeyPath = $($secretsPath + "/bitwarden-mobile-key.p12");
|
||||
|
||||
2
.github/scripts/ios/setup-profiles.ps1
vendored
2
.github/scripts/ios/setup-profiles.ps1
vendored
@@ -1,4 +1,4 @@
|
||||
$homePath = "~";
|
||||
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path;
|
||||
$secretsPath = $homePath + "/secrets"
|
||||
|
||||
$autofillProfilePath = $($secretsPath + "/dist_autofill.mobileprovision");
|
||||
|
||||
Reference in New Issue
Block a user