mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-03 19:16:31 +08:00
Update AppImageBuilder.yml.jinja
Ask ChatGPT if you want to know why he suggested this
This commit is contained in:
parent
5b1a235d2a
commit
43773aef9e
@ -47,6 +47,11 @@ AppDir:
|
|||||||
- usr/share/doc/*/NEWS.*
|
- usr/share/doc/*/NEWS.*
|
||||||
- usr/share/doc/*/TODO.*
|
- usr/share/doc/*/TODO.*
|
||||||
- usr/lib/x86_64-linux-gnu/libssl.so*
|
- usr/lib/x86_64-linux-gnu/libssl.so*
|
||||||
|
symlinks:
|
||||||
|
- link: runtime/compat/lib/ld-linux-aarch64.so.1
|
||||||
|
target: runtime/compat/usr/lib/ld-linux-aarch64.so.1
|
||||||
|
- link: lib/ld-linux-aarch64.so.1
|
||||||
|
target: usr/lib/ld-linux-aarch64.so.1
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
{% if arch == "x86_64" %}
|
{% if arch == "x86_64" %}
|
||||||
@ -65,6 +70,9 @@ AppDir:
|
|||||||
GDK_PIXBUF_MODULE_FILE: $APPDIR/usr/lib/{{ arch }}-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
GDK_PIXBUF_MODULE_FILE: $APPDIR/usr/lib/{{ arch }}-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||||
path_mappings:
|
path_mappings:
|
||||||
- /usr/share:$APPDIR/usr/share
|
- /usr/share:$APPDIR/usr/share
|
||||||
|
{% if arch == "aarch64" %}
|
||||||
|
- $APPDIR/runtime/compat/
|
||||||
|
{% endif %}
|
||||||
test:
|
test:
|
||||||
fedora-30:
|
fedora-30:
|
||||||
image: appimagecrafters/tests-env:fedora-30
|
image: appimagecrafters/tests-env:fedora-30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user