From f4e3bc08ee9f1201aef839224c3a0626dc8d133a Mon Sep 17 00:00:00 2001 From: radiium Date: Wed, 28 Oct 2020 22:59:44 +0100 Subject: [PATCH] fix:package ffmpeg binary --- electron-builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 0f6f5f8..1c8df90 100755 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -27,7 +27,7 @@ mac: category: "public.app-category.entertainment" identity: null extraResources: - - from: "node_modules/ffmpeg-static/bin/darwin/x64/ffmpeg" + - from: "node_modules/ffmpeg-static/ffmpeg" to: "" target: - zip @@ -51,7 +51,7 @@ linux: description: "Desktop Youtube mp3 downloader" maintainer: "Radiium " extraResources: - - from: "node_modules/ffmpeg-static/bin/linux/x64/ffmpeg" + - from: "node_modules/ffmpeg-static/ffmpeg" to: "" target: - deb @@ -61,7 +61,7 @@ linux: win: icon: "build/icons/win/icon.ico" extraResources: - - from: "node_modules/ffmpeg-static/bin/win32/x64/ffmpeg.exe" + - from: "node_modules/ffmpeg-static/ffmpeg.exe" to: "" target: - nsis