Update AppImageBuilder.yml.jinja

This commit is contained in:
Frederic Meeuwissen 2025-01-18 19:05:10 +01:00 committed by GitHub
parent 337268a7f4
commit 0fe2770ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ AppDir:
path_mappings: path_mappings:
- /usr/share:$APPDIR/usr/share - /usr/share:$APPDIR/usr/share
after_runtime: after_runtime:
- ln "$TARGET_APPDIR/runtime/compat/usr/lib" "$TARGET_APPDIR/runtime/compat/lib" - ln -s "$TARGET_APPDIR/runtime/compat/usr/lib" "$TARGET_APPDIR/runtime/compat/lib"
test: test:
fedora-30: fedora-30:
image: appimagecrafters/tests-env:fedora-30 image: appimagecrafters/tests-env:fedora-30