Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DUB: recursive copyFiles is broken #102

Open
mdparker opened this issue Jun 21, 2023 · 0 comments
Open

DUB: recursive copyFiles is broken #102

mdparker opened this issue Jun 21, 2023 · 0 comments

Comments

@mdparker
Copy link
Member

ogion.art reported this on 2022-01-04T10:09:16Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=22649

Description

Created attachment 1837
Example project

The project is structured like this:
bundle/1/1.txt
bundle/1/2/2.txt
source/app.d
dub.json

dub.json:
{
"targetPath": "build",
"copyFiles" : ["bundle/*"]
}

1/1.txt
1/2/2.txt
app.exe

Instead, build looks like this:
1/1.txt
1/2/2.txt
2/2.txt
1.txt
2.txt
app.exe

I’m using DUB v1.27.0 that ships with DMD v2.098.1.

Comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant