Skip to content

Commit

Permalink
Update pick.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed May 6, 2022
1 parent a5e819c commit 19c8525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build_app(){
if [ $1 != "darwin" ];then
export CGO_ENABLED=1 GOOS=$1 GOARCH=$2
export CGO_LDFLAGS="-static"
if
fi

cd $rootPath && go generate internal/assets/conf/conf.go
cd $rootPath && go generate internal/assets/templates/templates.go
Expand Down

0 comments on commit 19c8525

Please sign in to comment.