mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Flattenpakken.
This commit is contained in:
parent
d4735d8791
commit
6be28dc8b9
1 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
|
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--socket=x11",
|
"--socket=wayland",
|
||||||
|
"--socket=fallback-x11",
|
||||||
"--socket=pulseaudio",
|
"--socket=pulseaudio",
|
||||||
"--device=all",
|
"--device=all",
|
||||||
"--filesystem=host",
|
"--filesystem=host",
|
||||||
|
|
@ -19,7 +20,7 @@
|
||||||
"name": "UnleashedRecomp",
|
"name": "UnleashedRecomp",
|
||||||
"buildsystem": "simple",
|
"buildsystem": "simple",
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
"cmake --preset linux-release -DSWA_FLATPAK=ON -DNFD_PORTAL=ON",
|
"cmake --preset linux-release -DSWA_FLATPAK=ON",
|
||||||
"cmake --build out/build/linux-release",
|
"cmake --build out/build/linux-release",
|
||||||
"mkdir -p /app/bin",
|
"mkdir -p /app/bin",
|
||||||
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",
|
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue