Skip to content

Commit 88965cc

Browse files
committed
Make installing Sdk non-interactive, too
1 parent 3f6001b commit 88965cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pypi-dependencies.flatpak-manifest.yaml: requirements.txt flatpak-builder-tools/
3333
flatpak-builder-tools/pip/flatpak-pip-generator --runtime=org.freedesktop.Sdk//23.08 --requirements-file=requirements.txt attrdict3 --output pypi-dependencies.flatpak-manifest --yaml
3434

3535
dist/repo: src bin names.txt.gz dict_en.dat.gz manual.html setup.py pypi-dependencies.flatpak-manifest.yaml Devel.flatpak-manifest.yml
36-
flatpak install flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
36+
flatpak install -y --noninteractive --user flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
3737
flatpak-builder --repo=dist/repo --force-clean build-dir Devel.flatpak-manifest.yml
3838

3939
dist/trelby.flatpak: dist/repo

0 commit comments

Comments
 (0)