Skip to content

Commit

Permalink
Use correct runtime version when creating flatpak dependencies manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
janopae committed Sep 17, 2023
1 parent 9665490 commit e5061c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ flatpak-builder-tools/pip/flatpak-pip-generator:
pip3 install --user requirements-parser PyYAML

pypi-dependencies.flatpak-manifest.yaml: requirements.txt flatpak-builder-tools/pip/flatpak-pip-generator
flatpak-builder-tools/pip/flatpak-pip-generator --runtime=org.freedesktop.Sdk//22.08 --requirements-file=requirements.txt attrdict3 --output pypi-dependencies.flatpak-manifest --yaml
flatpak-builder-tools/pip/flatpak-pip-generator --runtime=org.freedesktop.Sdk//23.08 --requirements-file=requirements.txt attrdict3 --output pypi-dependencies.flatpak-manifest --yaml

dist/repo: src bin names.txt.gz dict_en.dat.gz manual.html setup.py pypi-dependencies.flatpak-manifest.yaml Devel.flatpak-manifest.yml
flatpak install flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
Expand Down

0 comments on commit e5061c9

Please sign in to comment.