fix: path of libolm

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2023-05-19 18:38:32 +02:00
parent 5ff3211c6d
commit 68beb4af2d

View file

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