Skip to content

Commit

Permalink
fixed buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
scrouthtv committed Oct 10, 2021
1 parent daeccb8 commit ef5de56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

VERSION="1.0.0-RC1"

mkdir out -p
rm out/* -f
mkdir out pkg -p
rm out/* pkg/* -f

echo "linux/amd64"
rm pkg/* -f
Expand Down

0 comments on commit ef5de56

Please sign in to comment.