Skip to content

Commit

Permalink
chore: 更正模板构建目录
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Jan 16, 2024
1 parent 61b6a4b commit 96c85a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96c85a3

Please sign in to comment.