Skip to content

Commit df524fa

Browse files
Re-tag
1 parent 54bd6f9 commit df524fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/srikanth-descript/ffmpeg-ffprobe-static/releases/download/';
164+
const base = process.env.FFMPEG_FFPROBE_STATIC_BASE_URL || 'https://github.com/descriptinc/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}`

0 commit comments

Comments
 (0)