mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
chore: Minor snap fix
This commit is contained in:
parent
0413b0c0b1
commit
daf99699ea
@ -22,9 +22,10 @@ parts:
|
||||
plugin: cmake
|
||||
build-packages:
|
||||
- build-essential
|
||||
stage-packages:
|
||||
- libsqlite3-0
|
||||
override-build: |
|
||||
rm -r olm
|
||||
git clone https://gitlab.matrix.org/matrix-org/olm.git
|
||||
if cd olm; then git pull; else git clone https://gitlab.matrix.org/matrix-org/olm.git; fi
|
||||
cd olm
|
||||
cmake . -Bbuild
|
||||
cmake --build build
|
||||
@ -33,6 +34,4 @@ parts:
|
||||
source: .
|
||||
plugin: flutter
|
||||
flutter-target: lib/main.dart
|
||||
stage-packages:
|
||||
- libsqlite3-0
|
||||
after: [olm]
|
||||
|
Loading…
Reference in New Issue
Block a user