changeset 298:dec4d3c9a909

scripts/win32/deploy_build: be more verbose with libs
author Paper <paper@paper.us.eu.org>
date Mon, 13 May 2024 03:28:42 -0400
parents 1d59a3f72c52
children 246017a7907a
files scripts/win32/deploy_build.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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