1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

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

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