[skip ci] make flatpak-builder using local directory
This commit is contained in:
parent
91ccdca77a
commit
8b8e22c958
1 changed files with 8 additions and 9 deletions
|
@ -4,18 +4,17 @@ runtime-version: '5.14'
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
command: gta5view
|
command: gta5view
|
||||||
finish-args:
|
finish-args:
|
||||||
- "--share=network"
|
- --share=network
|
||||||
- "--share=ipc"
|
- --share=ipc
|
||||||
- "--socket=x11"
|
- --socket=x11
|
||||||
- "--socket=wayland"
|
- --socket=wayland
|
||||||
- "--filesystem=host"
|
- --filesystem=host
|
||||||
- "--device=dri"
|
- --device=dri
|
||||||
modules:
|
modules:
|
||||||
- name: gta5view
|
- name: gta5view
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DFLATPAK_BUILD=ON
|
- -DFLATPAK_BUILD=ON
|
||||||
sources:
|
sources:
|
||||||
- branch: 1.8.x
|
- type: dir
|
||||||
type: git
|
path: ../
|
||||||
url: https://gitlab.com/Syping/gta5view.git
|
|
||||||
|
|
Loading…
Reference in a new issue