build: Update flutter_olm to 2.0.0

This commit is contained in:
Krille 2025-02-15 18:45:08 +01:00
commit e39deb4482
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh -ve
rm -r assets/js/package
rm -rf assets/js/package
OLM_VERSION=$(cat pubspec.yaml | yq .dependencies.flutter_olm)
DOWNLOAD_PATH="https://github.com/famedly/olm/releases/download/v$OLM_VERSION/olm.zip"