From 9fc331f3bd632fb927f4d7b804c25b456c54f2c7 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 14:59:35 +0100 Subject: [PATCH] Fix bugs introduced by debian compile. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 99843b4..c9837e6 100755 --- a/build.sh +++ b/build.sh @@ -215,7 +215,7 @@ artifacts_win() { # there is just too much garbage in this installer function to # have it all here.. - . ../installer_win.sh + . ../artifacts_win.sh cd .. echo "artifacts_win: done." @@ -297,7 +297,7 @@ fi # by default, give help.. if (( done_something == 0 )); then cat <