Fix flatpak build and run issues
This commit is contained in:
parent
0ea3482e9a
commit
cfd6b8c5f4
2 changed files with 8 additions and 3 deletions
4
mih_ui/.dockerignore
Normal file
4
mih_ui/.dockerignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.dart_tool/
|
||||
.build/
|
||||
build/
|
||||
.pub-cache/
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
id: za.co.mzansiinnovationhub.mih
|
||||
runtime: org.freedesktop.Platform
|
||||
runtime-version: "25.08"
|
||||
sdk: org.freedesktop.Sdk
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: "49"
|
||||
sdk: org.gnome.Sdk
|
||||
command: mzansi_innovation_hub
|
||||
|
||||
finish-args:
|
||||
|
|
@ -10,6 +10,7 @@ finish-args:
|
|||
- --socket=fallback-x11
|
||||
- --socket=wayland
|
||||
- --device=dri
|
||||
- --env=__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/x86_64-linux-gnu/GL/glvnd/egl_vendor.d/50_mesa.json
|
||||
|
||||
modules:
|
||||
- name: mzansi-innovation-hub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue