Unverified Commit f5f9303b by Kewde Committed by GitHub

zip recursive

parent cee7f3b5
......@@ -36,7 +36,7 @@ cd ./lib/binding/
for dir in `ls | grep "electron-v2.0"`; do
echo "Zipping & Uploading $dir"
file=$(echo "${dir}.zip")
zip -R $file $dir
zip -r $file $dir
url="$(curl -H "Max-Days: 1" -s --upload-file $file https://transfer.sh/$file)\n"
echo "Uploaded file= ${url}"
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment