Replies: 2 comments 2 replies
-
Not sure about the workings of bindpath but a normal |
Beta Was this translation helpful? Give feedback.
1 reply
-
There are a couple of different code paths; one picked the wrong substring as the "root." I'm fixing that now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to v5, and having trouble with the <Files> element. I want to include everything in a subfolder 'dist' but the dist folder ends up in the TARGETDIR with everything in there. I don't want it to install the 'dist' folder - just the contents.
I've tried setting a bindpath (with -b dist) and then doing this:
<Files Include="!(bindpath.dist)\**"/>
But that doesn't work. Is there some other way to tell it to just include everything in the Include folder but not the folder itself?
Beta Was this translation helpful? Give feedback.
All reactions