Skip to content

Commit

Permalink
ffmpeg-static config for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Aug 6, 2024
1 parent 4a3a7c4 commit 2ee5e4b
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@
"filter": [
"**/*"
]
},
{
"from": "node_modules/ffmpeg-static",
"to": "resources/bin",
"filter": [
"ffmpeg"
]
}
],
"releaseInfo": {
Expand Down Expand Up @@ -156,6 +149,13 @@
"filter": [
"**/*"
]
},
{
"from": "node_modules/ffmpeg-static",
"to": "resources/bin",
"filter": [
"ffmpeg"
]
}
]
},
Expand All @@ -174,6 +174,13 @@
"filter": [
"**/*"
]
},
{
"from": "node_modules/ffmpeg-static",
"to": "resources/bin",
"filter": [
"ffmpeg"
]
}
]
},
Expand All @@ -189,6 +196,13 @@
"filter": [
"**/*"
]
},
{
"from": "node_modules/ffmpeg-static",
"to": "resources/bin",
"filter": [
"ffmpeg.exe"
]
}
]
},
Expand Down

0 comments on commit 2ee5e4b

Please sign in to comment.