mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
make dist dir if not exists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user