Merge remote-tracking branch 'origin/develop' into 7.0-release

This commit is contained in:
Zach Bloomquist
2021-03-10 13:54:42 -05:00
85 changed files with 1902 additions and 1037 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ const checkZipSize = function (zipPath) {
const zipSize = filesize(stats.size, { round: 0 })
console.log(`zip file size ${zipSize}`)
const MAX_ALLOWED_SIZE_MB = os.platform() === 'win32' ? 265 : 218
const MAX_ALLOWED_SIZE_MB = os.platform() === 'win32' ? 265 : 228
const MAX_ZIP_FILE_SIZE = megaBytes(MAX_ALLOWED_SIZE_MB)
if (stats.size > MAX_ZIP_FILE_SIZE) {