Update AppImageBuilder.yml.jinja

This commit is contained in:
Frederic Meeuwissen 2025-01-17 22:25:42 +01:00 committed by GitHub
parent ba77919cde
commit 88036f6a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,13 @@ AppDir:
{% endif %}
allow_unauthenticated: true
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ noble restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ noble-updates restricted universe multiverse
- sourceline: deb http://security.ubuntu.com/ubuntu noble-security restricted universe multiverse
{% if arch == "x86_64" %}
- sourceline: deb http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
- sourceline: deb http://security.ubuntu.com/ubuntu noble-security main restricted universe multiverse
{% elif arch == "aarch64" %}
- sourceline: deb http://ports.ubuntu.com/ubuntu-ports/ noble main restricted universe multiverse
{% endif %}
include:
- xdg-desktop-portal-kde
- libgtk-3-0