Skip to content

Commit

Permalink
Get correct architecture of ffprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Aug 5, 2024
1 parent f27000a commit 52a4c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.main.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineConfig((env) => {
dest: "static",
},
{
src: "node_modules/ffprobe-static/bin/darwin/x64/ffprobe",
src: `node_modules/ffprobe-static/bin/darwin/${process.arch}/ffprobe`,
dest: "static",
},
],
Expand Down

0 comments on commit 52a4c01

Please sign in to comment.