mirror of https://github.com/Chocobozzz/PeerTube
parent
5ef372a511
commit
519b8df5f8
|
@ -15,3 +15,4 @@
|
|||
/PeerTube.iml
|
||||
peertube.zip
|
||||
/profiling/
|
||||
/*.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "peertube-client",
|
||||
"version": "0.0.6-alpha",
|
||||
"version": "0.0.7-alpha",
|
||||
"private": true,
|
||||
"licence": "GPLv3",
|
||||
"author": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "peertube",
|
||||
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
|
||||
"version": "0.0.6-alpha",
|
||||
"version": "0.0.7-alpha",
|
||||
"private": true,
|
||||
"licence": "GPLv3",
|
||||
"engines": {
|
||||
|
|
|
@ -29,5 +29,7 @@ npm run build || exit -1
|
|||
#npm test || exit -1
|
||||
|
||||
cd ../ || exit -1
|
||||
rm -f PeerTube/peertube.zip || exit -1
|
||||
zip -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}
|
||||
|
||||
ln -s "PeerTube" "peertube-v$1" || exit -1
|
||||
zip -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
|
||||
rm "peertube-v$1" || exit -1
|
||||
|
|
Loading…
Reference in New Issue