diff --git a/scripts/dist.sh b/scripts/dist.sh index 3e2db562d..a5728c402 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -79,7 +79,7 @@ for PLATFORM in $(find ./pkg/${VERSIONDIR} -mindepth 1 -maxdepth 1 -type d); do ( pushd ${PLATFORM} - zip -P hashipacker ${DIR}/pkg/${VERSIONDIR}/dist/${ARCHIVE_NAME}.zip ./* + zip ${DIR}/pkg/${VERSIONDIR}/dist/${ARCHIVE_NAME}.zip ./* popd ) & done