mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 21:10:47 -05:00
install two ffmpeg architectures on Windows, close #558
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user