AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
316 stars 58 forks source link

how to load a lib? #293

Closed lucasmz1 closed 1 year ago

lucasmz1 commented 1 year ago

hello I am bundleling wine as appimage and it needs to be simlink with libfreetype but the same doesn't load automatically. how do I load this lib in the apprun.env file? I have used the recipe provided by appimage-builder. In communly apprun I just need to export LD_PRELOAD, but the same doesn't looks like work in the apprun model type.