Add wayland socket, comment

This commit is contained in:
aunetx 2021-11-15 19:38:57 +01:00
parent 2f2c5c8a46
commit 912ceebeb0
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,7 @@ prepare: install_build_deps
#! FLATPAK
prepare_flatpak: prepare
# Generate yarn sources (without installing them)
yarn --cwd=app install --mode update-lockfile
@ -64,7 +65,8 @@ run_flatpak:
flatpak run $(APPNAME)
#! PKGS
#! PACKAGES
install_deps: prepare
# Install yarn dependencies to pack them later
yarn --cwd=app install

View File

@ -12,6 +12,7 @@ finish-args:
# Basic permissions
- --share=ipc
- --socket=x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
# Allow other instances to see lockfiles