Skip to content

Commit 817890b

Browse files
committed
Update pick.sh
1 parent 1183c90 commit 817890b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/pick.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
77
# brew install mingw-w64
88
# sudo port install mingw-w64
99

10-
VERSION=0.0.14
10+
VERSION=0.0.15
1111
curPath=`pwd`
1212
rootPath=$(dirname "$curPath")
1313

@@ -134,6 +134,6 @@ build_app linux 386
134134
build_app linux arm64
135135
build_app linux arm
136136
build_app darwin amd64
137-
build_app windows 386
138-
build_app windows amd64
137+
# build_app windows 386
138+
# build_app windows amd64
139139

0 commit comments

Comments
 (0)