aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-xscripts/release.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 03eb69f21..aef4327e4 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -29,5 +29,7 @@ npm run build || exit -1
29#npm test || exit -1 29#npm test || exit -1
30 30
31cd ../ || exit -1 31cd ../ || exit -1
32rm -f PeerTube/peertube.zip || exit -1 32
33zip -r PeerTube/peertube.zip PeerTube/{CREDITS.md,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock} 33ln -s "PeerTube" "peertube-v$1" || exit -1
34zip -r "PeerTube/peertube-v$1.zip" "peertube-v$1"/{CREDITS.md,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock} || exit -1
35rm "peertube-v$1" || exit -1