build: Follow up vodozemac web integration and clean up old scripts
This commit is contained in:
parent
a37b0946f2
commit
2476e82c8e
6 changed files with 3 additions and 22 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue