Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
fix:package ffmpeg binary
Browse files Browse the repository at this point in the history
  • Loading branch information
radiium committed Oct 28, 2020
1 parent 3052ac6 commit f4e3bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,7 +51,7 @@ linux:
description: "Desktop Youtube mp3 downloader"
maintainer: "Radiium <remip.dev@gmail.com>"
extraResources:
- from: "node_modules/ffmpeg-static/bin/linux/x64/ffmpeg"
- from: "node_modules/ffmpeg-static/ffmpeg"
to: ""
target:
- deb
Expand All @@ -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
Expand Down

0 comments on commit f4e3bc0

Please sign in to comment.