make dist dir if not exists

This commit is contained in:
Kyle Spearrin 2019-08-26 14:27:43 -04:00
parent 8513a4e088
commit 32fd340cc8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ $distSafariDir = $distDir + "\safari";
$distSafariAppex = $distSafariDir + "\src\dist\Safari\build\Release\safari.appex";
$pluginsAppex = $rootDir + "\PlugIns\safari.appex";
New-Item $distSafariDir -ItemType Directory -ea 0
cd $distSafariDir
git clone https://github.com/bitwarden/browser.github
cd browser