mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-03 19:26:34 +08:00
Update AppImageBuilder.yml.jinja
This commit is contained in:
parent
43773aef9e
commit
f51843d004
@ -47,11 +47,6 @@ 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" %}
|
||||||
@ -70,9 +65,8 @@ 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" %}
|
after_budnle:
|
||||||
- $APPDIR/runtime/compat/
|
- ln "$TARGET_APPDIR/runtime/compat/usr/lib" "$TARGET_APPDIR/runtime/compat/lib"
|
||||||
{% 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