Skip to content

Commit

Permalink
Merge pull request #70 from lebull/update-ffmpeg-download
Browse files Browse the repository at this point in the history
Bug Fixes:  Update windows dependencies and add undici breaking update workaround
  • Loading branch information
iffyloop authored Jul 12, 2024
2 parents 9a397d2 + ec72c86 commit b34d911
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion download-third-party-apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async function main() {
`${winOrMac}-extra-files`,
'ThirdPartyApps',
'ffmpeg',
'ffmpeg-7.0-essentials_build'
'ffmpeg-7.0.1-essentials_build'
)
)
} else if (process.platform === 'darwin') {
Expand Down
123 changes: 61 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stemroller",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"type": "module",
"description": "Isolate vocals, drums, bass, and other instrumental stems from any song",
Expand Down Expand Up @@ -54,7 +54,7 @@
"tailwindcss": "^3.1.4"
},
"dependencies": {
"@distube/ytdl-core": "^4.13.3",
"@distube/ytdl-core": "^4.13.5",
"compare-versions": "^4.1.3",
"electron-fetch": "^1.7.4",
"electron-serve": "^1.1.0",
Expand All @@ -63,5 +63,8 @@
"tree-kill": "^1.2.2",
"xxhash-wasm": "^1.0.1",
"yt-search": "^2.10.4"
},
"overrides": {
"undici": "5.28.4"
}
}

0 comments on commit b34d911

Please sign in to comment.