1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

updater fix

This commit is contained in:
Andrew Simachev 2020-01-29 21:02:43 +03:00
parent e8eee2dc26
commit 336bf1c704

View file

@ -29,12 +29,14 @@ printf "Done\n"
echo -n "Uncompressing... "
tar -zxf $FILE
printf "Done\n"
ls addon
echo "Moving... "
rm -rf build
mkdir -p build
mv addon/* build/
mv -fv addon/* build/
rm -rf addon
mv protobuf/commands.js src/proto/commands.js
mv -fv protobuf/commands.js src/proto/commands.js
rm -rf protobuf
rm -rf $FILE
rm -rf $FILE
printf "Done\n"