Skip to content

Commit

Permalink
chore: remove ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Aug 23, 2024
1 parent 4f7c3fb commit a683a3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ files:
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
asarUnpack:
- resources/**

win:
executableName: fideo
extraFiles:
- from: "./resources/ffmpeg/ffmpeg.exe"
to: "Resources"
nsis:
oneClick: false
artifactName: ${name}-${version}.${ext}
Expand All @@ -37,9 +33,6 @@ mac:
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
identity: null
extraFiles:
- from: "./resources/ffmpeg/ffmpeg"
to: "Resources"
dmg:
artifactName: ${name}-${version}-${arch}.${ext}
npmRebuild: false
Expand Down
Binary file removed resources/ffmpeg/ffmpeg
Binary file not shown.
Binary file removed resources/ffmpeg/ffmpeg.exe
Binary file not shown.

0 comments on commit a683a3b

Please sign in to comment.