build: Follow up vodozemac web integration and clean up old scripts

pull/1960/head
Christian Kußowski 2 months ago
parent a37b0946f2
commit 2476e82c8e
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -720,10 +720,10 @@ packages:
dependency: "direct main"
description:
name: flutter_vodozemac
sha256: d09dab2b4de9881adb864a3c258849ddb39ca2adf87d7ce2d932e90542f28547
sha256: "2405ca121b84d1cd83200a14021022e1691b123a23bcefc36adc7740cefbc1f9"
url: "https://pub.dev"
source: hosted
version: "0.2.1"
version: "0.2.2"
flutter_web_auth_2:
dependency: "direct main"
description:

@ -45,7 +45,7 @@ dependencies:
git:
url: https://github.com/famedly/flutter_typeahead.git
ref: main
flutter_vodozemac: ^0.2.1
flutter_vodozemac: ^0.2.2
flutter_web_auth_2: ^3.1.1 # Version 4 blocked by https://github.com/MixinNetwork/flutter-plugins/issues/379
flutter_webrtc: ^0.12.9
geolocator: ^13.0.1
@ -124,8 +124,6 @@ flutter:
assets:
- assets/
- assets/sounds/
- assets/js/
- assets/js/package/
msix_config:
display_name: FluffyChat

@ -30,6 +30,4 @@ FLUFFYCHAT_ORIG_TEAM="4NXF6Z997G"
### Make release build ###
flutter build macos --release
cp /usr/local/Cellar/libolm/**/lib/libolm.3.dylib build/macos/Build/Products/Release/FluffyChat.app/Contents/Frameworks/libolm.3.dylib
echo "Build build/macos/Build/Products/Release/FluffyChat.app"

@ -1,7 +0,0 @@
#!/usr/bin/env bash
git clone https://gitlab.matrix.org/matrix-org/olm.git -b 3.2.12
cd olm
cmake . -Bbuild -DCMAKE_TOOLCHAIN_FILE=Windows64.cmake
cmake --build build
cd ..

@ -1,8 +0,0 @@
#!/usr/bin/env bash
if ! type "flutter" > /dev/null; then
brew install flutter
fi
brew install libolm
Loading…
Cancel
Save