From 56ba26c3ebf95fff6fb461e53775f9dd72489741 Mon Sep 17 00:00:00 2001 From: Eugene Ware Date: Thu, 30 Jun 2016 16:37:20 +1000 Subject: [PATCH] Support 32-bit linux --- index.js | 5 ----- 1 file changed, 5 deletions(-) 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',