File tree Expand file tree Collapse file tree 2 files changed +541
-503
lines changed
Expand file tree Collapse file tree 2 files changed +541
-503
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,26 @@ sdk: org.freedesktop.Sdk
55command : openandroidinstaller
66finish-args :
77 - --share=ipc
8- - --socket=x11
8+ - --socket=fallback- x11
99 - --socket=wayland
10- - --filesystem=host
10+ - --filesystem=xdg-documents
1111 - --device=dri
1212modules :
13+ # - generated-poetry-sources.json
1314 - name : OpenAndroidInstaller
1415 buildsystem : simple
1516 build-commands :
16- - install -D openandroidinstaller /app/bin/openandroidinstaller
17+ - install -d dist/ app/
18+ # - cp dist/openandroidinstaller app/openandroidinstaller
19+ - install -D dist/openandroidinstaller app/bin/openandroidinstaller
20+ - ls
21+ - ls app/bin/
22+ - ls dist/
1723 sources :
18- - type : file
19- path : dist/openandroidinstaller
24+ - type : dir
25+ path : dist/
26+ dest : dist/
27+ # - pip3 install --no-deps --use-pep517 --prefix=${FLATPAK_DEST} .
28+ # sources:
29+ # - type: archive
30+ # path: dist/openandroidinstaller-0.4.2b0.tar.gz
You can’t perform that action at this time.
0 commit comments