I'm trying to export a demo with a version of TouilleMan's Python bindings, but I can't seem to export it. When I try to export it as normal, it copies all of the files (including "libpythonscript.so"), but not the directory with the necessary Python scripts (the directory, BTW, is named "pythonscript"). How might I go about actually exporting this directory? Karroffel from the Discord channel suggested copying the necessary files into the exported directory. However, that doesn't work, as the exported binary gives errors about the GDscript not being able to find the necessary Python functions.