mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 10:55:50 +03:00
restore compile script
This commit is contained in:
parent
af923e6648
commit
b052b8f883
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ build_and_copy(){
|
|||
npm run build
|
||||
VERSION=$(jq -r .version package.json)
|
||||
mkdir ../vuetorrent-release
|
||||
git clone https://github.com/wdaan/VueTorrent.git ../vuetorrent-release
|
||||
git clone git@github.com:WDaan/VueTorrent.git ../vuetorrent-release
|
||||
cd ../vuetorrent-release
|
||||
git checkout latest-release
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue