From 8bd1faa57566579e34a46f1883bb3c301e323d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 7 Dec 2018 14:34:02 +0100 Subject: [PATCH] Overwrite when deploying --- deploy-to-shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-to-shared.sh b/deploy-to-shared.sh index 956e14b..3c6c20e 100755 --- a/deploy-to-shared.sh +++ b/deploy-to-shared.sh @@ -10,4 +10,4 @@ python3 setup.py wheels bdist DISTDIR=$(pwd)/dist cd /shared/software/addons rm -vf blender_cloud/wheels/*.whl # remove obsolete wheel files -unzip $DISTDIR/$FULLNAME.addon.zip +unzip -o $DISTDIR/$FULLNAME.addon.zip