mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +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";
|
||||
$pluginsAppex = $rootDir + "\PlugIns\safari.appex";
|
||||
|
||||
New-Item $distSafariDir -ItemType Directory -ea 0
|
||||
cd $distSafariDir
|
||||
git clone https://github.com/bitwarden/browser.github
|
||||
cd browser
|
||||
|
Loading…
Reference in New Issue
Block a user