mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 10:55:50 +03:00
precompile script fix
This commit is contained in:
parent
b84ced1fa9
commit
845f848b5e
1 changed files with 1 additions and 0 deletions
1
precompile-release.sh
Normal file → Executable file
1
precompile-release.sh
Normal file → Executable file
|
@ -7,6 +7,7 @@ build_and_copy(){
|
||||||
git clone git@github.com:WDaan/VueTorrent.git ../vuetorrent-release
|
git clone git@github.com:WDaan/VueTorrent.git ../vuetorrent-release
|
||||||
cd ../vuetorrent-release
|
cd ../vuetorrent-release
|
||||||
git checkout latest-release
|
git checkout latest-release
|
||||||
|
git pull
|
||||||
sudo rm -r public
|
sudo rm -r public
|
||||||
cp -r ../vuetorrent/vuetorrent/* ./
|
cp -r ../vuetorrent/vuetorrent/* ./
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue