install two ffmpeg architectures on Windows, close #558

This commit is contained in:
Gleb Bahmutov
2017-10-04 16:37:08 -04:00
parent 4d2bf62a2f
commit cc4d65b545
3 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ checkZipSize = (zipPath) ->
stats = fs.statSync(zipPath)
zipSize = filesize(stats.size, {round: 0})
console.log("zip file size #{zipSize}")
MAX_ZIP_FILE_SIZE = megaBytes(120)
MAX_ZIP_FILE_SIZE = megaBytes(150)
if stats.size > MAX_ZIP_FILE_SIZE
throw new Error("Zip file is too large: #{zipSize}")