diff --git a/assets/js/package/.gitkeep b/assets/js/package/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/pubspec.lock b/pubspec.lock index 234dab9b2..6d5b4559f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index fac756529..8596ef90a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 diff --git a/scripts/build-macos.sh b/scripts/build-macos.sh index 11d3e4a09..f25711e13 100755 --- a/scripts/build-macos.sh +++ b/scripts/build-macos.sh @@ -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" diff --git a/scripts/build-olm-windows.sh b/scripts/build-olm-windows.sh deleted file mode 100755 index 003b98eeb..000000000 --- a/scripts/build-olm-windows.sh +++ /dev/null @@ -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 .. diff --git a/scripts/prepare-macos.sh b/scripts/prepare-macos.sh deleted file mode 100755 index 95f2a9cff..000000000 --- a/scripts/prepare-macos.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -if ! type "flutter" > /dev/null; then - brew install flutter -fi - -brew install libolm -