@nosferatu500/ffprobe-static
Advanced tools
Comparing version 6.1.2 to 6.1.3
@@ -7,3 +7,3 @@ 'use strict' | ||
const binaries = Object.assign(Object.create(null), { | ||
darwin: ['x64'], | ||
darwin: ['x64', 'arm64'], | ||
win32: ['x64'] | ||
@@ -10,0 +10,0 @@ }) |
@@ -15,4 +15,2 @@ 'use strict' | ||
console.log({ffprobePath}) | ||
if (!ffprobePath) { | ||
@@ -66,5 +64,2 @@ exitOnError('ffprobe-static install failed: No binary found for architecture') | ||
console.log({arch}) | ||
console.log({platform}) | ||
const baseUrl = `https://github.com/nosferatu500/ffprobe-static/releases/download/${release}` | ||
@@ -71,0 +66,0 @@ const downloadUrl = platform === 'win32' ? `${baseUrl}/${platform}-${arch}.exe` : `${baseUrl}/${platform}-x64` |
{ | ||
"name": "@nosferatu500/ffprobe-static", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"tag": "6.1.1", | ||
@@ -5,0 +5,0 @@ "description": "ffprobe static binaries for MacOS and Windows", |
3336
72