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

This commit is contained in:
Christian Kußowski 2025-06-09 08:03:55 +02:00
commit 2476e82c8e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 3 additions and 22 deletions

View file

@ -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"

View file

@ -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 ..

View file

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