File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed
Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ sudo flatpak update
1414sudo flatpak install -y flathub org.freedesktop.Sdk//25.08
1515sudo flatpak install -y flathub org.freedesktop.Platform//25.08
1616
17- # python3 flatpak-pip-generator.py \
18- # --requirements-file=../requirements.txt \
19- # --output=pypi-dependencies.json
20-
21- sudo flatpak-builder --force-clean build-dir ../manifest.yml
17+ python3 flatpak-pip-generator.py \
18+ --requirements-file=../requirements.txt \
19+ --output=../pypi-dependencies.json
2220
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ sudo flatpak-builder --force-clean build-dir ../manifest.yml
4+
Original file line number Diff line number Diff line change @@ -11,8 +11,15 @@ finish-args:
1111 - --filesystem=home
1212
1313modules :
14+ - name : python-deps
15+ # Import gotowego modułu zależności Python wygenerowanego flatpak-pip-generator
16+ # Plik pypi-dependencies.json powinien być w katalogu projektu Flatpak obok manifest.yml
17+ include : pypi-dependencies.json
18+
1419 - name : fotokilof
1520 buildsystem : simple
21+ build-args :
22+ - --share=network
1623 build-commands :
1724 - python3 -m pip install --prefix=/app .
1825 sources :
@@ -21,13 +28,3 @@ modules:
2128 branch : issuse-220-flatpak
2229 path : fotokilof
2330
24- - name : python-deps
25- buildsystem : simple
26- build-commands :
27- - python3 -m pip install --prefix=/app -r requirements.txt
28- sources :
29- - type : git
30- url : https://github.com/TeaM-TL/FotoKilof.git
31- branch : issuse-220-flatpak
32- path : fotokilof
33-
File renamed without changes.
You can’t perform that action at this time.
0 commit comments