We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1183c90 commit 817890bCopy full SHA for 817890b
scripts/pick.sh
@@ -7,7 +7,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
7
# brew install mingw-w64
8
# sudo port install mingw-w64
9
10
-VERSION=0.0.14
+VERSION=0.0.15
11
curPath=`pwd`
12
rootPath=$(dirname "$curPath")
13
@@ -134,6 +134,6 @@ build_app linux 386
134
build_app linux arm64
135
build_app linux arm
136
build_app darwin amd64
137
-build_app windows 386
138
-build_app windows amd64
+# build_app windows 386
+# build_app windows amd64
139
0 commit comments