1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

double slash

This commit is contained in:
Kyle Spearrin
2018-03-28 16:05:33 -04:00
parent 14c001d549
commit 524873a690

View File

@@ -20,7 +20,7 @@ CALL git clone --branch=%APPVEYOR_REPO_BRANCH% %REPO_URL% %DIST_SRC_DIR%
cd %DIST_SRC_DIR%
CALL git checkout %APPVEYOR_REPO_COMMIT%
CALL git submodule update --init --recursive
DEL /S %DIST_SRC_DIR%\.git\objects\pack\*
DEL /S %DIST_SRC_DIR%.git\objects\pack\*
cd %DIST_DIR%
CALL 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip %DIST_SRC_DIR%\*
cd %APPVEYOR_BUILD_FOLDER%