Revert "fix: little issues in prepare-web script"
This commit is contained in:
parent
53b8b5290e
commit
987f84f6b4
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
#!/bin/sh -ve
|
#!/bin/sh -ve
|
||||||
rm -r assets/js/package
|
rm -r assets/js/package
|
||||||
mkdir -p assets/js/package
|
|
||||||
touch assets/js/package/.gitkeep
|
|
||||||
|
|
||||||
OLM_VERSION=$(cat pubspec.yaml | yq -r .dependencies.flutter_olm)
|
OLM_VERSION=$(cat pubspec.yaml | yq .dependencies.flutter_olm)
|
||||||
DOWNLOAD_PATH="https://github.com/famedly/olm/releases/download/v$OLM_VERSION/olm.zip"
|
DOWNLOAD_PATH="https://github.com/famedly/olm/releases/download/v$OLM_VERSION/olm.zip"
|
||||||
|
|
||||||
cd assets/js/ && curl -L $DOWNLOAD_PATH > olm.zip && cd ../../
|
cd assets/js/ && curl -L $DOWNLOAD_PATH > olm.zip && cd ../../
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue