Skip to content

Commit d717294

Browse files
authored
Add a log about successful download (#144)
1 parent 8ddc9ee commit d717294

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/bundlex/toolchain/common/unix/os_deps.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ defmodule Bundlex.Toolchain.Common.Unix.OSDeps do
226226
try do
227227
temporary_destination = Path.join(precompiled_path, "temporary")
228228
download(url, temporary_destination)
229+
Output.info("Successfully downloaded precompiled #{name} build from #{url}")
229230

230231
{_output, 0} =
231232
System.shell("tar -xf #{temporary_destination} -C #{package_path} --strip-components 1")

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bundlex.Mixfile do
22
use Mix.Project
33

4-
@version "1.5.6"
4+
@version "1.5.7"
55
@github_url "https://github.com/membraneframework/bundlex"
66

77
def project do

0 commit comments

Comments
 (0)