fix: path of libolm

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
pull/444/head
TheOneWithTheBraid 2 years ago
parent 5ff3211c6d
commit 68beb4af2d

@ -30,4 +30,6 @@ 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/MacOS/libolm.3.dylib
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"

Loading…
Cancel
Save