scripts: Get rid of the password on zips

This commit is contained in:
Mitchell Hashimoto 2013-06-28 10:34:15 -04:00
parent 4abc599cd7
commit 3868a69dec
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ for PLATFORM in $(find ./pkg/${VERSIONDIR} -mindepth 1 -maxdepth 1 -type d); do
( (
pushd ${PLATFORM} pushd ${PLATFORM}
zip -P hashipacker ${DIR}/pkg/${VERSIONDIR}/dist/${ARCHIVE_NAME}.zip ./* zip ${DIR}/pkg/${VERSIONDIR}/dist/${ARCHIVE_NAME}.zip ./*
popd popd
) & ) &
done done