Describe the bug
When a package is installed via a Git dependency, pesde is including all files from the repository root instead of filtering based on the includes array defined in the manifest.
Repo used as the manifest for this issue: CustomPack
Note that only a specific path of the repo is included and build_files is set to a folder that doesn't exist inside the included paths. If build files is "CustomPack/Loader/Main" it respects includes, but this generate an file with an unsupported name on path require for roblox.
- pesde: 0.7.3
- Operating system: Windows 11
Additional context
Discord conversation about this starts at this message
Describe the bug
When a package is installed via a Git dependency, pesde is including all files from the repository root instead of filtering based on the includes array defined in the manifest.
Repo used as the manifest for this issue: CustomPack
Note that only a specific path of the repo is included and
build_filesis set to a folder that doesn't exist inside the included paths. If build files is"CustomPack/Loader/Main"it respectsincludes, but this generate an file with an unsupported name on path require for roblox.Additional context
Discord conversation about this starts at this message