Skip to content

Commit 31c4c68

Browse files
Upgrading versions
1 parent 8d061c6 commit 31c4c68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const releaseName = (
161161
const arch = process.env.npm_config_arch || os.arch()
162162
const platform = process.env.npm_config_platform || os.platform()
163163

164-
const base = process.env.FFMPEG_FFPROBE_STATIC_BASE_URL || 'https://github.com/descriptinc/ffmpeg-ffprobe-static/releases/download/';
164+
const base = process.env.FFMPEG_FFPROBE_STATIC_BASE_URL || 'https://github.com/srikanth-descript/ffmpeg-ffprobe-static/releases/download/';
165165
console.log(`[ffmpeg-ffprobe-static] Using base url: ${base}`);
166166
const baseUrl = new URL(release, base).href;
167167
const ffmpegUrl = `${baseUrl}/ffmpeg-${platform}-${arch}`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)