mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: video block support (#5199)
* feat: video block support * chore: workaround for ci failing * chore: test * chore: check status * chore: revert apt-get * chore: add mpv * chore: add mpv to appimagebuilder * chore: try again * chore: update after merge * ci: remove workaround for microsoft issue * chore: update editor plugins * feat: add video block option on mobile * fix: final changes for menu * chore: undo cocoapods version
This commit is contained in:
@ -48,7 +48,7 @@ RUN dart pub global activate protoc_plugin 21.1.2
|
||||
|
||||
# Install build dependencies for AppFlowy
|
||||
RUN yay -S --noconfirm jemalloc4 cargo-make cargo-binstall
|
||||
RUN sudo pacman -S --noconfirm git libkeybinder3 sqlite clang rsync libnotify rocksdb zstd
|
||||
RUN sudo pacman -S --noconfirm git libkeybinder3 sqlite clang rsync libnotify rocksdb zstd mpv
|
||||
RUN sudo ln -s /usr/bin/sha1sum /usr/bin/shasum
|
||||
RUN source ~/.cargo/env && cargo binstall duckscript_cli -y
|
||||
|
||||
|
Reference in New Issue
Block a user