diff --git a/index.js b/index.js index fe552ff..e5938b9 100644 --- a/index.js +++ b/index.js @@ -16,11 +16,6 @@ if (platform === 'darwin' && arch !== 'x64') { process.exit(1); } -if (platform === 'linux' && arch !== 'x64') { - console.error('Unsupported architecture.'); - process.exit(1); -} - var ffprobePath = path.join( __dirname, 'bin',