1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/ci/appstreamcli
2020-05-04 22:55:33 -07:00

8 lines
295 B
Bash
Executable File

#!/bin/sh
# When invoked via linuxdeploy.AppImage, the LD_LIBRARY_PATH resolves
# shared objects to the AppImage rather than the system, which causes
# appstreamcli to fail on Fedora, hence this wrapper script to clean
# up the environment.
unset LD_LIBRARY_PATH
exec /usr/bin/appstreamcli "$@"