I have no idea why it doesn't work

This commit is contained in:
luk3yx 2022-01-31 14:58:10 +13:00
parent aeb2a21b1f
commit 0b79e8ea4f

@ -22,10 +22,16 @@ architectures:
apps:
minetest:
command: launcher
plugs: [desktop, desktop-legacy, x11, network, network-bind, opengl, pulseaudio]
plugs: [desktop, desktop-legacy, x11, network, network-bind, opengl,
audio-playback]
minetest-luk3yx:
command: launcher
plugs: [desktop, desktop-legacy, x11, network, network-bind, opengl, pulseaudio]
plugs: [desktop, desktop-legacy, x11, network, network-bind, opengl,
audio-playback]
minetestserver:
command: launcher --server
plugs: [desktop, desktop-legacy, x11, network, network-bind, opengl,
audio-playback]
parts:
launcher: