# HG changeset patch # User Paper # Date 1715585322 14400 # Node ID dec4d3c9a909ef134062393823a795eface7ebd7 # Parent 1d59a3f72c52f58815de4ebc1c81a3ca577912f6 scripts/win32/deploy_build: be more verbose with libs diff -r 1d59a3f72c52 -r dec4d3c9a909 scripts/win32/deploy_build.sh --- a/scripts/win32/deploy_build.sh Mon May 13 03:00:10 2024 -0400 +++ b/scripts/win32/deploy_build.sh Mon May 13 03:28:42 2024 -0400 @@ -31,6 +31,7 @@ mkdir "$DIR" for lib in $(GetNeededLibraries ".libs/minori.exe"); do + echo "copying '$lib' to $DIR" cp "$lib" "$DIR/" done