Skip to content

Commit

Permalink
Win32 supports
Browse files Browse the repository at this point in the history
x64 + ia32 ffprobe support added
  • Loading branch information
SamirL committed Jul 22, 2015
1 parent 41c6ee3 commit 0d53d4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added bin/win32/ia32/ffprobe.exe
Binary file not shown.
Binary file added bin/win32/x64/ffprobe.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var os = require('os')
var path = require('path')

var platform = os.platform()
if (platform !== 'darwin') {
if (platform !== 'darwin' && platform !== 'win32') {
console.error('Unsupported platform.')
process.exit(1)
}
Expand Down

0 comments on commit 0d53d4e

Please sign in to comment.