From 6c064cfceffe7e49f60905cae5c1f8a1978bd72e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 27 Mar 2026 22:03:55 -0400 Subject: [PATCH] add more logging to build hook [skip ci] --- hook/build.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/build.dart b/hook/build.dart index 13eb804..5eddb6e 100644 --- a/hook/build.dart +++ b/hook/build.dart @@ -58,7 +58,7 @@ Future main(List args) => build(args, (input, output) async { final tags = targetOS == OS.android ? "goolm,noheic" : "goolm"; print( - "Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) from source...", + "Building Gomuks shared library $libFileName (${targetOS.name}/${targetArch.name}) to ${libFile.path}...", ); final result = await Process.run( "go",