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:
@ -19,47 +19,55 @@ AppDir:
|
||||
exec_args: $@
|
||||
apt:
|
||||
arch:
|
||||
- amd64
|
||||
- amd64
|
||||
allow_unauthenticated: true
|
||||
sources:
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy main restricted
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy universe
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-updates universe
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy multiverse
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-backports main restricted
|
||||
universe multiverse
|
||||
- sourceline: deb http://security.ubuntu.com/ubuntu jammy-security main restricted
|
||||
- sourceline: deb http://security.ubuntu.com/ubuntu jammy-security universe
|
||||
- sourceline: deb http://security.ubuntu.com/ubuntu jammy-security multiverse
|
||||
- sourceline: deb https://ppa.launchpadcontent.net/touchegg/stable/ubuntu/ jammy
|
||||
main
|
||||
- sourceline: deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie
|
||||
main
|
||||
- sourceline: deb [arch=amd64 signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg]
|
||||
https://cli.github.com/packages stable main
|
||||
- sourceline: deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x
|
||||
jammy main
|
||||
- sourceline: deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code
|
||||
stable main
|
||||
- sourceline: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable
|
||||
main
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy main restricted
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy universe
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-updates universe
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy multiverse
|
||||
- sourceline: deb http://id.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
|
||||
- sourceline:
|
||||
deb http://id.archive.ubuntu.com/ubuntu/ jammy-backports main restricted
|
||||
universe multiverse
|
||||
- sourceline: deb http://security.ubuntu.com/ubuntu jammy-security main restricted
|
||||
- sourceline: deb http://security.ubuntu.com/ubuntu jammy-security universe
|
||||
- sourceline: deb http://security.ubuntu.com/ubuntu jammy-security multiverse
|
||||
- sourceline:
|
||||
deb https://ppa.launchpadcontent.net/touchegg/stable/ubuntu/ jammy
|
||||
main
|
||||
- sourceline:
|
||||
deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie
|
||||
main
|
||||
- sourceline:
|
||||
deb [arch=amd64 signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg]
|
||||
https://cli.github.com/packages stable main
|
||||
- sourceline:
|
||||
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x
|
||||
jammy main
|
||||
- sourceline:
|
||||
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code
|
||||
stable main
|
||||
- sourceline:
|
||||
deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable
|
||||
main
|
||||
include:
|
||||
- libc6:amd64
|
||||
- libnotify4:amd64
|
||||
- libkeybinder-3.0-0:amd64
|
||||
- libwayland-cursor0:amd64
|
||||
- libwayland-client0:amd64
|
||||
- libwayland-egl1:amd64
|
||||
- libc6:amd64
|
||||
- libnotify4:amd64
|
||||
- libkeybinder-3.0-0:amd64
|
||||
- libwayland-cursor0:amd64
|
||||
- libwayland-client0:amd64
|
||||
- libwayland-egl1:amd64
|
||||
- mpv:amd64
|
||||
files:
|
||||
include: []
|
||||
exclude:
|
||||
- usr/share/man
|
||||
- usr/share/doc/*/README.*
|
||||
- usr/share/doc/*/changelog.*
|
||||
- usr/share/doc/*/NEWS.*
|
||||
- usr/share/doc/*/TODO.*
|
||||
- usr/share/man
|
||||
- usr/share/doc/*/README.*
|
||||
- usr/share/doc/*/changelog.*
|
||||
- usr/share/doc/*/NEWS.*
|
||||
- usr/share/doc/*/TODO.*
|
||||
test:
|
||||
fedora-30:
|
||||
image: appimagecrafters/tests-env:fedora-30
|
||||
@ -78,4 +86,4 @@ AppDir:
|
||||
command: ./AppRun
|
||||
AppImage:
|
||||
arch: x86_64
|
||||
update-information: guess
|
||||
update-information: guess
|
||||
|
Reference in New Issue
Block a user