1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-24 17:11:55 +01:00

zip source dir contents

This commit is contained in:
Kyle Spearrin 2018-03-28 15:42:32 -04:00
parent c4ae27be8f
commit ff0e5d5999

View File

@ -11,5 +11,5 @@ cd %DIST_SRC_DIR%
call git checkout %APPVEYOR_REPO_COMMIT%
call git submodule update --init --recursive
cd %DIST_DIR%
call 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip %DIST_SRC_DIR%
call 7z a browser-source-%APPVEYOR_BUILD_NUMBER%.zip %DIST_SRC_DIR%\*
cd %APPVEYOR_BUILD_FOLDER%