forked from velas/JsWalletDesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate
More file actions
executable file
·23 lines (18 loc) · 696 Bytes
/
update
File metadata and controls
executable file
·23 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#echo $(curl https://web3.space/wallet-main-bundle.css > main-bundle.css)
rm -rf ./app
#mkdir ./app
#echo $(curl https://web3.space/ssr.zip > ./app/ssr.zip)
#cd ./app
#unzip -a ./ssr.zip
#rm ./ssr.zip
#cd ../
cp -r ../JsWallet/.compiled-ssr ./app
cp -r ../JsWallet/.compiled/main-bundle.css ./
rsync -av --progress ../web3t ./app --exclude ".git"
# Alternative
#rm -rf ./app
#mkdir ./app
#cp -rv ../VelasWalet/wallet-area/wallet/.compiled-ssr/wallet ./app/JsWallet
#cp -rv ../VelasWalet/wallet-area/wallet/.compiled-ssr/web3t ./app/web3t
#cp -rv ../VelasWalet/wallet-area/wallet/.compiled/main-bundle.css ./
#rsync -av --progress ../VelasWalet/wallet-area/web3t/ ./app/web3t --exclude ".git"