Add wayland socket, comment
This commit is contained in:
parent
2f2c5c8a46
commit
912ceebeb0
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
|
@ -12,6 +12,7 @@ finish-args:
|
|||
# Basic permissions
|
||||
- --share=ipc
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --share=network
|
||||
# Allow other instances to see lockfiles
|
||||
|
|
Loading…
Reference in New Issue