comparison scripts/win32/deploy_build.sh @ 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 b2a4358da16c
children 8eb0cfe59992
comparison
equal deleted inserted replaced
297:1d59a3f72c52 298:dec4d3c9a909
29 fi 29 fi
30 30
31 mkdir "$DIR" 31 mkdir "$DIR"
32 32
33 for lib in $(GetNeededLibraries ".libs/minori.exe"); do 33 for lib in $(GetNeededLibraries ".libs/minori.exe"); do
34 echo "copying '$lib' to $DIR"
34 cp "$lib" "$DIR/" 35 cp "$lib" "$DIR/"
35 done 36 done
36 37
37 cp ".libs/minori.exe" "$DIR/" 38 cp ".libs/minori.exe" "$DIR/"
38 39