Browse Source

windows-msys: don't print tree output when building dist dir

use_builds_script
Alexandros Theodotou 2 years ago
parent
commit
c6120ac79f
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      windows-msys/make_dist_dir.sh.in

2
windows-msys/make_dist_dir.sh.in

@ -182,7 +182,7 @@ EOL @@ -182,7 +182,7 @@ EOL
zrythm_exe="$dist_bindir/zrythm.exe"
cp "$orig_zrythm_exe" "$zrythm_exe"
"$zrythm_exe" --version
tree -L 4 "$chroot_mingw_prefix"
#tree -L 4 "$chroot_mingw_prefix"
mkdir -p "$dist_libdir/zrythm/carla"
cp $chroot_mingw_prefix/lib/zrythm/carla/carla*.exe "$dist_libdir/zrythm/carla/"
if [ -f "$chroot_mingw_prefix/bin/gdbus.exe" ]; then

Loading…
Cancel
Save