File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const arch = process.env.npm_config_arch || os.arch()
168168const platform = process . env . npm_config_platform || os . platform ( )
169169const downloadsUrl = (
170170 process . env [ BINARIES_URL_ENV_VAR ] ||
171- 'https://github.com/uappx /ffmpeg-desktop /releases/download'
171+ 'https://github.com/eugeneware /ffmpeg-static /releases/download'
172172)
173173const baseUrl = `${ downloadsUrl } /${ release } `
174174const downloadUrl = `${ baseUrl } /${ platform } -${ arch } .gz`
Original file line number Diff line number Diff line change 11{
22 "name" : " @uappx/ffmpeg-desktop" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.2.2 " ,
44 "description" : " ffmpeg binaries for macOS, Linux and Windows" ,
55 "scripts" : {
66 "install" : " node install.js" ,
You can’t perform that action at this time.
0 commit comments