Skip to content

Commit b445723

Browse files
committed
fix: download url
1 parent 26c2cc4 commit b445723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const arch = process.env.npm_config_arch || os.arch()
168168
const platform = process.env.npm_config_platform || os.platform()
169169
const 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
)
173173
const baseUrl = `${downloadsUrl}/${release}`
174174
const downloadUrl = `${baseUrl}/${platform}-${arch}.gz`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)