We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d9ad5 commit a5996eaCopy full SHA for a5996ea
scripts/do_release.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash -e
2
3
-OSs=("darwin", "linux", "windows")
4
-ARCHs=("386", "amd64")
+OSs=("darwin" "linux" "windows")
+ARCHs=("386" "amd64")
5
6
#Get into the right directory
7
cd $(dirname $0)
0 commit comments