From 96c85a390c445024fc87254eb27628bc768e0f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=B5=B7?= Date: Tue, 16 Jan 2024 16:47:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=AD=A3=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2b70765d..6bc76b21 100644 --- a/build.sh +++ b/build.sh @@ -22,8 +22,11 @@ git log $prev_tag..$last_tag --pretty=format:"%s" | grep -v "^release" | sed 's/ #################################################################### -if [ -d webview/public/browser ]; then - cp -av webview/public/browser/ public +if [ -f webview/public/browser/index.html ]; then + ls -al webview + ls -al webview/public + ls -al webview/public/browser + cp -av webview/public/browser/. public/ fi echo building for $GOOS/$GOARCH