mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-30 13:03:53 +01:00
make dist dir if not exists
This commit is contained in:
parent
8513a4e088
commit
32fd340cc8
@ -16,6 +16,7 @@ $distSafariDir = $distDir + "\safari";
|
|||||||
$distSafariAppex = $distSafariDir + "\src\dist\Safari\build\Release\safari.appex";
|
$distSafariAppex = $distSafariDir + "\src\dist\Safari\build\Release\safari.appex";
|
||||||
$pluginsAppex = $rootDir + "\PlugIns\safari.appex";
|
$pluginsAppex = $rootDir + "\PlugIns\safari.appex";
|
||||||
|
|
||||||
|
New-Item $distSafariDir -ItemType Directory -ea 0
|
||||||
cd $distSafariDir
|
cd $distSafariDir
|
||||||
git clone https://github.com/bitwarden/browser.github
|
git clone https://github.com/bitwarden/browser.github
|
||||||
cd browser
|
cd browser
|
||||||
|
Loading…
Reference in New Issue
Block a user