Skip to content

Commit

Permalink
Update pick.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Sep 28, 2022
1 parent 1183c90 commit 817890b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
# brew install mingw-w64
# sudo port install mingw-w64

VERSION=0.0.14
VERSION=0.0.15
curPath=`pwd`
rootPath=$(dirname "$curPath")

Expand Down Expand Up @@ -134,6 +134,6 @@ build_app linux 386
build_app linux arm64
build_app linux arm
build_app darwin amd64
build_app windows 386
build_app windows amd64
# build_app windows 386
# build_app windows amd64

0 comments on commit 817890b

Please sign in to comment.