There was an error while loading. Please reload this page.
1 parent 49fe8a5 commit aa481e8Copy full SHA for aa481e8
1 file changed
src/ffmpeg_downloader/__main__.py
@@ -224,14 +224,14 @@ def print_no_need():
224
return
225
226
if current_version is not None:
227
- curr_ver_spec = compose_version_spec(current_version)
+ curr_ver_spec = compose_version_spec(current_version, current_build_type)
228
print("Attempting uninstall existing ffmpeg binaries")
229
print(f" Found existing FFmpeg installation: {curr_ver_spec}")
230
print(f" Uninstalling {curr_ver_spec}:")
231
ffdl.remove()
232
print(f" Successfully uninstalled {curr_ver_spec}")
233
234
- print(f"Installing collected FFmpeg binaries: {build.version}")
+ print(f"Installing collected FFmpeg binaries: {ver_spec}")
235
236
ffdl.install(*dstpaths, progress=InstallProgress)
237
0 commit comments