My project uses nuklear for handling all of its ui. So I built nuklear from source and I have nuklear.so in the project's root directory, aka ./nuklear.so as well as
[appimage]
shared_libraries = [
"nuklear.so",
]
inside of makelove.toml.
With all of that said, running the appimage makes love error as it can't find nuklear.so.