We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
copyFiles
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
build
I’m using DUB v1.27.0 that ships with DMD v2.098.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: