The project https://github.com/bnjmntmm/godot-exoplayer has the addon I want committed under the path plugin/demo/addons/godot_exoplayer/ and I'd like this directory to be copied to addons/godot_exoplayer/
The closest I can get to this is by:
plug("bnjmntmm/godot-exoplayer", {"install_root": "addons/godot_exoplayer", "include":["plugin/demo/addons/godot_exoplayer"]})
which copies it into the directory addons/godot_exoplayer/plugin/demo/addons/godot_exoplayer/
If I had the option of stripping 4 layers of outer nested directories from the included file paths I'd be able to get it.
The project https://github.com/bnjmntmm/godot-exoplayer has the addon I want committed under the path
plugin/demo/addons/godot_exoplayer/and I'd like this directory to be copied toaddons/godot_exoplayer/The closest I can get to this is by:
which copies it into the directory
addons/godot_exoplayer/plugin/demo/addons/godot_exoplayer/If I had the option of stripping 4 layers of outer nested directories from the included file paths I'd be able to get it.